Pedro Algarvio added the comment:
Any possible workaround for this issue?
I seem to be consistingly hitting this issue.
--
nosy: +s0undt3ch
___
Python tracker
<https://bugs.python.org/issue38
Pedro Algarvio added the comment:
What I'm able to copy from the console(though I doubt I'm getting all of
the traceback):
Traceback (most recent call last):
File "", line 1, in
File
"c:\hostedtoolcache\windows\python\3.5.4\x64\lib\multiprocessing\spawn.py&
Pedro Algarvio added the comment:
Our software uses a plug-in based approach.
Plugins are able to add/modify internal behavior, and, as part of bug
submission process we have a CLI flag which provides information about the core
app as well as any intervening plugins.
This is where we need
New submission from Pedro Algarvio :
With `pkg_resources` an `EntryPoint` has a dist attribute which allows you to
get the distribution that provided that specific entry-point, however, with
`importlib.metafata` and `importlib_metadata` that's not an east task.
```p
Change by Pedro Algarvio :
--
keywords: +patch
pull_requests: +2
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23334
___
Python tracker
<https://bugs.python.org/issu
Pedro Algarvio added the comment:
Guess I jumped too fast :)
Will the changes in CPythom be included in `importlib_metadata`?
--
___
Python tracker
<https://bugs.python.org/issue42
Pedro Algarvio added the comment:
This is not a 2.7 issue only:
>>> import sys
>>> sys.version_info
(2, 6, 5, 'final', 0
>>> 'Foo {0}'.format(u'bár')
Traceback (most recent call last):
File "", line 1, in
UnicodeEnco
Changes by Pedro Algarvio :
--
nosy: +Pedro.Algarvio
___
Python tracker
<http://bugs.python.org/issue21423>
___
___
Python-bugs-list mailing list
Unsubscribe:
Pedro Algarvio added the comment:
Would also love to see this in the stdlib soon. My use case is logging
setup(forward logs to the main process).
--
___
Python tracker
<http://bugs.python.org/issue21