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 Caris Moses
Recipients Caris Moses, Claudiu.Popa, and, cjw296, iforapsy, kushal.das, mariocj89, michael.foord, xtreak
Date 2019-10-15.15:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571154602.76.0.00892690071699.issue21478@roundup.psfhosted.org>
In-reply-to
Content
I am having some trouble figuring out how to use CPython to get the exact PR you tested on since I've never used CPython before. However, when I just install Python 3.7.5RC1 and 3.8.0RC1 from the binaries and run your code I do get the AttributeError. And when I run your code with Python3.7.4 from binaries I get an empty list.

Can you point me to a good source that will tell me how to get the patch for issue38473? I built and ran cpython from source on my Mac successfully. However when I checkout a different branch or version, rebuild, and run ./python.exe I always get the same Python version.
History
Date User Action Args
2019-10-15 15:50:02Caris Mosessetrecipients: + Caris Moses, cjw296, michael.foord, Claudiu.Popa, kushal.das, and, mariocj89, xtreak, iforapsy
2019-10-15 15:50:02Caris Mosessetmessageid: <1571154602.76.0.00892690071699.issue21478@roundup.psfhosted.org>
2019-10-15 15:50:02Caris Moseslinkissue21478 messages
2019-10-15 15:50:02Caris Mosescreate