Message397191
I have no detailed code. The way to I produce it is that using PyType_FromSpec() to generate a type A without the flag Py_TPFLAGS_DEFAULT(which sets the flag Py_TPFLAGS_HAVE_VERSION_TAG).
Then compile and run in Python.
from my_pkg import A
class Time1(Time):
def __init__(self):
pass
import multiprocessing (This import is a method to 100% reproduce it. Another way is to use python3-dbg running the code.) |
|
Date |
User |
Action |
Args |
2021-07-09 08:26:38 | Wesley-Jzy | set | recipients:
+ Wesley-Jzy, iritkatriel |
2021-07-09 08:26:38 | Wesley-Jzy | set | messageid: <1625819198.69.0.395423243294.issue44588@roundup.psfhosted.org> |
2021-07-09 08:26:38 | Wesley-Jzy | link | issue44588 messages |
2021-07-09 08:26:38 | Wesley-Jzy | create | |
|