-
- Downloads
py: Add support for __debug__ constant.
__debug__ now resolves to True or False. Its value needs to be set by mp_set_debug(). TODO: call mp_set_debug in unix/ port. TODO: optimise away "if False:" statements in compiler.
Please register or sign in to comment