mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
53d58bb369
Use a slightly different strategy to determine when not to call the line trace function. This removes the need for the RETURN_NONE opcode, so that's gone again. Update docs and comments to match. Thanks to Neal and Armin! Also add a test suite. This should have come with the original patch...