Message320167
| Author | a-j-buxton |
|---|---|
| Recipients | a-j-buxton |
| Date | 2018-06-21.11:27:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529580477.24.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The following small snippet of code will crash 3.6.5 with a segfault.
The crash occurs at cleanup, so it won't happen in the interactive interpreter (until you exit).
# --- code ---
o = object()
for x in range(1000000):
o = o.__dir__
print(x, id(o.__dir__))
# --- end code --- |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-21 11:27:57 | a-j-buxton | set | recipients: + a-j-buxton |
| 2018-06-21 11:27:57 | a-j-buxton | set | messageid: <1529580477.24.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| 2018-06-21 11:27:57 | a-j-buxton | link | issue33930 messages |
| 2018-06-21 11:27:57 | a-j-buxton | create | |