Message 294652 - Python tracker
Message294652
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, eric.snow, ncoghlan, pitrou, python-dev, superluser |
| Date | 2017-05-28.18:03:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1495994610.2.0.587710228097.issue25791@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is Cython not defining actual module objects or working around types.ModuleType? I'm just trying to figure out how a Cython module is ending up in a place where the attributes that are set by PyModule_NewObject() aren't there (https://github.com/python/cpython/blob/ac5bbd43bc7b769c13ae0412cb28a3521f4d4ff1/Objects/moduleobject.c#L80). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-28 18:03:30 | brett.cannon | set | recipients: + brett.cannon, ncoghlan, pitrou, python-dev, eric.snow, superluser |
| 2017-05-28 18:03:30 | brett.cannon | set | messageid: <1495994610.2.0.587710228097.issue25791@psf.upfronthosting.co.za> |
| 2017-05-28 18:03:30 | brett.cannon | link | issue25791 messages |
| 2017-05-28 18:03:29 | brett.cannon | create | |