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 brandtbucher
Recipients brandtbucher, lukasz.langa, mgorny, nascheme, p-ganssle, pablogsal, tim.peters
Date 2020-12-21.03:27:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608521276.05.0.788023237751.issue42697@roundup.psfhosted.org>
In-reply-to
Content
Almost certain. The number one is offset 192 bytes in small_ints on 3.8, which matches both of your backtraces:

>>> id(1) - id(-5)                                                                                                                                                                                                                            
192
History
Date User Action Args
2020-12-21 03:27:56brandtbuchersetrecipients: + brandtbucher, tim.peters, nascheme, lukasz.langa, mgorny, p-ganssle, pablogsal
2020-12-21 03:27:56brandtbuchersetmessageid: <1608521276.05.0.788023237751.issue42697@roundup.psfhosted.org>
2020-12-21 03:27:56brandtbucherlinkissue42697 messages
2020-12-21 03:27:56brandtbuchercreate