Message 357140 - Python tracker
Message357140
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-11-21.07:52:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1574322774.2.0.769938523394.issue38858@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> bpo-38858: Allocate small integers on the heap (GH-17301) I associated this change to this issue because I had troubles when I tried to call _PyLong_Fini() in subinterpreters. I'm now trying to have different small integers per interpreter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-21 07:52:54 | vstinner | set | recipients: + vstinner |
| 2019-11-21 07:52:54 | vstinner | set | messageid: <1574322774.2.0.769938523394.issue38858@roundup.psfhosted.org> |
| 2019-11-21 07:52:54 | vstinner | link | issue38858 messages |
| 2019-11-21 07:52:54 | vstinner | create | |