New submission from Alexander McFarlane :
If `logger_name` is a hierarchy format (e.g. `logger_name = 'parent.child'`)
and the logger name `'parent'` has not been created, the function call
`logging.getLogger(logger_name)` will create all loggers in the hierarchy (i
Change by Alexander McFarlane :
--
title: "abs__file__" in "Lib/site.py" fails for modules where "__file__" cannot
be assigned a new value -> `site.abs__file__` fails for modules where
`__file__` cannot be modified
_
Change by Alexander McFarlane :
--
type: -> crash
___
Python tracker
<https://bugs.python.org/issue31798>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Alexander McFarlane :
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'
```
--
components: +Library (
Change by Alexander McFarlane :
--
nosy: Alexander McFarlane
priority: normal
severity: normal
status: open
title: abs__file__ in "Lib/site.py"
___
Python tracker
<https://bugs.python.o