This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane, thehesiod
Date 2017-08-01.06:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501570677.2.0.788743343232.issue31095@psf.upfronthosting.co.za>
In-reply-to
Content
# _json module

scanner_dealloc()
encoder_dealloc()

# _struct module

unpackiter_dealloc

# _ssl module

context_dealloc()

# Objects/

setiter_dealloc
dictiter_dealloc
dictview_dealloc

# Parser/

ast_dealloc
History
Date User Action Args
2017-08-01 06:57:57methanesetrecipients: + methane, thehesiod
2017-08-01 06:57:57methanesetmessageid: <1501570677.2.0.788743343232.issue31095@psf.upfronthosting.co.za>
2017-08-01 06:57:57methanelinkissue31095 messages
2017-08-01 06:57:57methanecreate