Message304466
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'
``` |
|
| Date |
User |
Action |
Args |
| 2017-10-16 11:00:16 | Alexander McFarlane | set | recipients:
+ Alexander McFarlane |
| 2017-10-16 11:00:16 | Alexander McFarlane | set | messageid: <1508151616.4.0.213398074469.issue31798@psf.upfronthosting.co.za> |
| 2017-10-16 11:00:16 | Alexander McFarlane | link | issue31798 messages |
| 2017-10-16 11:00:16 | Alexander McFarlane | create | |
|