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 vstinner
Recipients vstinner
Date 2019-04-29.07:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556524540.38.0.725004152071.issue36749@roundup.psfhosted.org>
In-reply-to
Content
First failure:
https://buildbot.python.org/all/#/builders/10/builds/2507

Running the test suite fails with "ModuleNotFoundError: No module named '_socket'".

Example of (dynamic) linker issue:

*** WARNING: renaming "_socket" since importing it failed: 	0509-130 Symbol resolution failed for build/lib.aix-7.2-3.8-pydebug/_socket.so because:
	0509-136   Symbol PyCapsule_New (number 8) is not exported from
		   dependent module python.
	0509-136   Symbol PyErr_CheckSignals (number 9) is not exported from
		   dependent module python.
	0509-136   Symbol PyErr_Clear (number 10) is not exported from
		   dependent module python.
	0509-136   Symbol PyErr_ExceptionMatches (number 11) is not exported from
		   dependent module python.
	0509-136   Symbol PyErr_Fetch (number 12) is not exported from
		   dependent module python.
	0509-136   Symbol PyErr_Format (number 13) is not exported from
		   dependent module python.
	0509-021 Additional errors occurred but are not reported.
	0509-192 Examine .loader section symbols with the
		 'dump -Tv' command.

IMHO it's a regression caused by my commit 8c3ecc6bacc8d0cd534f2b5b53ed962dd1368c7b for bpo-21536. I guess that
History
Date User Action Args
2019-04-29 07:55:40vstinnersetrecipients: + vstinner
2019-04-29 07:55:40vstinnersetmessageid: <1556524540.38.0.725004152071.issue36749@roundup.psfhosted.org>
2019-04-29 07:55:40vstinnerlinkissue36749 messages
2019-04-29 07:55:40vstinnercreate