-
- Downloads
py: Fix generator where state array was incorrectly indexed.
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
tests/basics/tests/generator2.py
0 → 100644
Please register or sign in to comment