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 Alexander McFarlane
Recipients Alexander McFarlane
Date 2017-10-16.11:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508151616.4.0.213398074469.issue31798@psf.upfronthosting.co.za>
In-reply-to
Content
The pythonnet module clr causes a TypeError when `abs__file__` attempts to run the following line:

`m.__file__ = os.path.abspath(m.__file__)`

Reproduction:

```
import clr
cls.__file__ = 'example'
```
History
Date User Action Args
2017-10-16 11:00:16Alexander McFarlanesetrecipients: + Alexander McFarlane
2017-10-16 11:00:16Alexander McFarlanesetmessageid: <1508151616.4.0.213398074469.issue31798@psf.upfronthosting.co.za>
2017-10-16 11:00:16Alexander McFarlanelinkissue31798 messages
2017-10-16 11:00:16Alexander McFarlanecreate