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 vstinner
Recipients Claudio.Freire, arigo, devurandom, erik.bray, fbissey, jdemeyer, pitrou, scoder, serhiy.storchaka, vstinner
Date 2018-09-07.07:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536305825.84.0.56676864532.issue25750@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 8f735485acf2e35a75d2fa019feb8f905598c4e5 by Victor Stinner (jdemeyer) in branch 'master':
bpo-25750: fix refcounts in type_getattro() (GH-6118)
https://github.com/python/cpython/commit/8f735485acf2e35a75d2fa019feb8f905598c4e5
History
Date User Action Args
2018-09-07 07:37:06vstinnersetrecipients: + vstinner, arigo, pitrou, scoder, devurandom, fbissey, erik.bray, serhiy.storchaka, jdemeyer, Claudio.Freire
2018-09-07 07:37:05vstinnersetmessageid: <1536305825.84.0.56676864532.issue25750@psf.upfronthosting.co.za>
2018-09-07 07:37:05vstinnerlinkissue25750 messages
2018-09-07 07:37:05vstinnercreate