mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
2ad474ba5e
In practice, bytecode instruction arguments are unsigned. Update the assertion to make it more explicit that argument must be greater or equal than 0. Rewrite also the comment.
Miscellaneous source files for the main Python shared library