From okko.willeboordse at gmail.com Wed Apr 6 10:08:45 2022 From: okko.willeboordse at gmail.com (Okko Willeboordse) Date: Wed, 6 Apr 2022 16:08:45 +0200 Subject: [C++-sig] Boost Python: Py_TPFLAGS_HAVE_GC flag no traverse function Message-ID: Python 3.11.0a6 (main, Mar 7 2022, 16:46:19) [MSC v.1929 64 bit (AMD64)] on win32 Build Boost Python with Visual Studio 2022. Linking my binding to lib file: boost_python311-vc143-mt-x64-1_78.lib Running my binding with: boost_python311-vc143-mt-x64-1_78.dll Upon loading the binding I get; Traceback (most recent call last): File "", line 1, in SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function The binding runs without problems with Python 3.8-32 and 3.9-64. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: