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 Decorater
Recipients Decorater
Date 2017-11-20.02:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511143821.59.0.213398074469.issue32075@psf.upfronthosting.co.za>
In-reply-to
Content
Seems that now this is detected as an smelly symbol:

./python Tools/scripts/smelly.py
+ nm -p libpython3.7dm.a
Ignored symbol types: b, d, r, t
Smelly symbol: ZipImporter_Type (type: D)
ERROR: Found 1 smelly symbols!
make: *** [smelly] Error 1

I think I need to find a fix to this now.
History
Date User Action Args
2017-11-20 02:10:21Decoratersetrecipients: + Decorater
2017-11-20 02:10:21Decoratersetmessageid: <1511143821.59.0.213398074469.issue32075@psf.upfronthosting.co.za>
2017-11-20 02:10:21Decoraterlinkissue32075 messages
2017-11-20 02:10:21Decoratercreate