We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Originally reported by: Anselm Kruis (Bitbucket: akruis, GitHub: akruis)
It's a trivial typo, but with consequences. :-( __reduce_ex_ instead of the correct __reduce_ex__ at the top of stackless.py
__reduce_ex_
__reduce_ex__
I'll fix it.
Originally reported by: Anselm Kruis (Bitbucket: akruis, GitHub: akruis)
It's a trivial typo, but with consequences. :-(
__reduce_ex_instead of the correct__reduce_ex__at the top of stackless.pyI'll fix it.