Bartosz added the comment:
I've got the same situation. Windows 7 (32bit) python-3.2.msi installations
puts through, but when I try to lunch python appears error :
Fatal Python error: Py_Initialize: unable to load the file system codec
LookupError: no codec search functions registered:
Bartosz added the comment:
I've got English version too. Python is 32 bit and operating system is also 32
bit.
--
___
Python tracker
<http://bugs.python.org/is
Bartosz added the comment:
I have found a problem and sollution:
previously I have used Python 2.x and when I removed that version and next
installed Python32, PYTHONPATH in system variabled indicated still to
Python2.x. Removing all python paths to old version solved the problem
Bartosz added the comment:
The docs for this should probably be updated to reflect the change:
https://docs.python.org/3/library/typing.html#typing.runtime_checkable
--
nosy: +DevilXD
___
Python tracker
<https://bugs.python.org/issue41
Change by Bartosz :
--
pull_requests: +23936
pull_request: https://github.com/python/cpython/pull/25197
___
Python tracker
<https://bugs.python.org/issue41
Bartosz added the comment:
Done so: https://github.com/python/cpython/pull/25197
Signed the CLA thing too, it seems it'll take a while to update tho.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Bartosz Radaczyński <[EMAIL PROTECTED]>:
It does not show a few other things that are listed here:
http://www.python.org/doc/2.5.2/lib/re-objects.html
--
components: Regular Expressions
messages: 74632
nosy: bartoszr
severity: normal
status: open
title: di
Bartosz Radaczyński <[EMAIL PROTECTED]> added the comment:
Cool.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4099>
___
___
Python-bugs
Bartosz Kwitniewski added the comment:
It works as intended - pool of 5 processes is being reused with new data:
- First, 5 processes are created as root,
- in first run of check_permission they drop their privileges to user,
- when they finish processing check_permission function, they are
New submission from Bartosz Kaznowski :
When you convert a date pre the year 1000 to a string with `%Y` as the
formatter and then back to a date again then it fails. This is because `%Y`
expects it to be formatted with leading zeroes. For example, the year 1/01/01
(/mm/dd) should be 0001
Change by Bartosz Kaznowski :
--
versions: +Python 3.9 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue44610>
___
___
Python-bugs-list mailin
Change by Bartosz Kaznowski :
--
versions: +Python 3.10, Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue44610>
___
___
Pytho
Bartosz Kaznowski added the comment:
Ok, thanks @iritkatriel. I have closed it as a duplicate.
I did notice after posting this that in the cpython source code people work
around this issue. Now I can see why.
I guess I will just have to work around this issue too. Luckily it doesn't
New submission from Bartosz Gołaszewski :
If we want to call an object's method from C code and pass it the args and
kwargs tuples unchanged, we need to first retrieve the callable object using
PyObject_GetAttrString(), then call it using PyObject_Call().
I would like to propose wrappin
Changes by Bartosz S :
--
nosy: +toszter
___
Python tracker
<http://bugs.python.org/issue14037>
___
___
Python-bugs-list mailing list
Unsubscribe:
15 matches
Mail list logo