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 shihai1991
Recipients shihai1991
Date 2019-09-25.11:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569410560.15.0.382291774313.issue38273@roundup.psfhosted.org>
In-reply-to
Content
Got an compile error, my OS is gcc version 4.8.5 20150623 (Red Hat 4.8.5-36:
 CC='gcc -pthread' LDSHARED='gcc -pthread -shared    ' OPT='-g -Og -Wall'       _TCLTK_INCLUDES='' _TCLTK_LIBS=''       ./python -E ./setup.py  build
python: Objects/typeobject.c:2867: PyType_FromSpecWithBases: Assertion `memb->type == 19' failed.
/bin/sh: line 9: 32047 Aborted                 CC='gcc -pthread' LDSHARED='gcc -pthread -shared    ' OPT='-g -Og -Wall' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py $quiet build
make: *** [sharedmods] Error 134

the relevant bpo is https://bugs.python.org/issue38140, i have no enough time see the detail, so just report it for now.
History
Date User Action Args
2019-09-25 11:22:40shihai1991setrecipients: + shihai1991
2019-09-25 11:22:40shihai1991setmessageid: <1569410560.15.0.382291774313.issue38273@roundup.psfhosted.org>
2019-09-25 11:22:40shihai1991linkissue38273 messages
2019-09-25 11:22:39shihai1991create