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 eleven.xiang
Recipients eleven.xiang
Date 2021-09-28.08:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632816054.01.0.412908499111.issue45308@roundup.psfhosted.org>
In-reply-to
Content
you could use below command to build test.so from test1.cpp

g++ test1.cpp -shared -fPIC --std=c++11 -o test.so
History
Date User Action Args
2021-09-28 08:00:54eleven.xiangsetrecipients: + eleven.xiang
2021-09-28 08:00:54eleven.xiangsetmessageid: <1632816054.01.0.412908499111.issue45308@roundup.psfhosted.org>
2021-09-28 08:00:54eleven.xianglinkissue45308 messages
2021-09-28 08:00:53eleven.xiangcreate