Change by Roman Yurchak :
--
nosy: +Roman Yurchak
___
Python tracker
<https://bugs.python.org/issue45898>
___
___
Python-bugs-list mailing list
Unsubscribe:
Roman Yurchak added the comment:
Thanks a lot for working on this!
> _sys_shutdown is the syscall for shutdown(2) used by the socket module.
Yes, the issue with Emscripten is that a number of system calls are either not
implemented or implemented but not tested. See a list we are using
Change by Roman Yurchak :
--
nosy: +Roman Yurchak
___
Python tracker
<https://bugs.python.org/issue40280>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Roman Valov :
Please check the attached source code.
I have to implement an UDP server listening on all interfaces and able to
detect what is the local address is used to communicate with remote address. In
order to do this I'm using a temporary socket connected to
Change by Roman Yurchak :
--
type: -> compile error
___
Python tracker
<https://bugs.python.org/issue41498>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Roman Yurchak :
The `_Py_Sigset_Converter` function is conditionally defined in
https://github.com/python/cpython/blob/777b611c8c5676b80898a429f71d28e59bddc49d/Modules/posixmodule.h#L27
if `ifdef HAVE_SIGSET_T`
However this function is called unconditionally in
https
Roman Akopov added the comment:
This is how I extract data from Common Locale Data Repository v37
script assumes common\main working directory
from os import walk
from xml.etree import ElementTree
en_root = ElementTree.parse('en.xml')
for (dirpath, dirnames, filenames) in walk(
New submission from Roman Akopov :
For a specific Cherokee string of three symbols b'\\u13e3\\u13b3\\u13a9'
generating punycode representation fails.
What steps will reproduce the problem?
Execute 'ꮳꮃꭹ'.encode('idna')
of even more reliable
Execute '\u13e3\u
Change by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<https://bugs.python.org/issue35409>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Roman Skurikhin :
In https://bugs.python.org/issue40607 asyncio.wait_for behavior was changed so
it propagates exceptions that happened during cancellation. But it still raises
`TimeoutError` if cancelation ends with some value being returned. In the
following example
New submission from Roman Skurikhin :
In https://bugs.python.org/issue32751 asyncio.wait_for behaviour was changed
that when we use timeout=... and the timeout expires, it waits until task is
canceled. However, in some cases inner task can trigger exception while it
handles cancellation
New submission from Roman :
The Python 3.8 for Windows installer has an option to add the install folder to
the path environment variable. It adds the path to the front of the list so
that it is the first item. According to my understanding, this is bad behavior.
It should add new path items
Change by Roman Yurchak :
--
keywords: +patch
nosy: +rth
nosy_count: 2.0 -> 3.0
pull_requests: +18465
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/19105
___
Python tracker
<https://bugs.p
New submission from Roman Joost :
When running a process which changes UID/GID, some of the following processes
will run as the user I change to per process.
In order to reproduce (see the attached reproducer):
1. Change the 'USERNAME' to an unprivileged user on your system.
Change by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<https://bugs.python.org/issue33533>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<https://bugs.python.org/issue32776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Roman Inflianskas added the comment:
I like your proposal with globbing, steven.daprano.
I updated the title.
--
title: Add partial_match: bool = False argument to unicodedata.lookup -> Add
globbing to unicodedata.lookup
___
Python trac
New submission from Roman Inflianskas :
I propose to add partial_match: bool = False argument to unicodedata.lookup so
that the programmer could search Unicode symbols using partial_names.
--
components: Unicode
messages: 332283
nosy: ezio.melotti, rominf, vstinner
priority: normal
Roman Yurchak added the comment:
Resolved in https://bugs.python.org/issue33023
--
resolution: -> duplicate
___
Python tracker
<https://bugs.python.org/issu
Roman Yurchak added the comment:
Thanks, Alexey and Serhiy! Looking at the code more closely I would agree. I
guess changing the value of the suppress object to something else to avoid the
warning, has a potential of breaking code that relies on the current
functionality and is not worth it
Change by Roman Yurchak :
--
keywords: +patch
pull_requests: +10241
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35430>
___
___
Py
New submission from Roman Yurchak :
Lib/argparse.py uses `is` for string comparison,
`
221:if self.heading is not SUPPRESS and self.heading is not None:
247:if text is not SUPPRESS and text is not None:
251:if usage is not SUPPRESS:
256:if action.help is not
Change by Roman Yurchak :
--
keywords: +patch
pull_requests: +10237
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35429>
___
___
Py
New submission from Roman Yurchak :
In two places in stdlib, `raise NotImplemented` is used instead of `raise
NotImplementedError`. The former is not valid and produces,
```
>>> raise NotImplemented('message')
Traceback (most recent call last):
File "
New submission from Roman Inflianskas :
I use inspect.getmembers for getting members of
splinter.webdriver.BaseWebDriver. The problem is that it has a property
status_code raises NotImplementedError:
https://github.com/cobrateam/splinter/blob/master/splinter/driver/webdriver/__init__.py#L191
New submission from Roman Podoliaka:
There are a couple of errors in SystemTap examples from "Instrumenting CPython
with DTrace and SystemTap" page
(https://docs.python.org/dev/howto/instrumentation.html):
1) in SystemTap double quotes are used to denote string literals. As is
exa
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue27400>
___
___
Python-bugs-list mailing list
Unsubscribe:
Roman Evstifeev added the comment:
While not only android issue, there is a problem with dumbdbm module: it
internally tries to do os.chmod() on a FAT-formatted sdcard and fails, because
FAT does not support chmod.
--
___
Python tracker
<h
Changes by Roman Bolshakov :
Removed file: http://bugs.python.org/file43046/leak.py
___
Python tracker
<http://bugs.python.org/issue27151>
___
___
Python-bugs-list mailin
Roman Bolshakov added the comment:
multiprocessing.Queue._writer is affected by similar issue. _writer FD is left
open after .close() is invoked on a Queue.
--
Added file: http://bugs.python.org/file43642/leak.py
___
Python tracker
<h
New submission from Roman Bolshakov:
There's no code that closes read pipe(Process.sentinel) when a Process is
joined. That creates issues in long running programs as the pipe's file
descriptors are effectively leaked.
--
components: Library (Lib)
files: leak.py
messages: 2
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue16353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue16255>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue17905>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue22747>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26855>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26853>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26849>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26862>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26858>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26865>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue26859>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue15873>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue2636>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue23496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Roman Kozhemiakin added the comment:
>I don't know the physical disk type on Windows. Can you read and write from
>such "file" type?
Yes this "files" can be readed and writed (with restriction - size of the data
must be a multiple of the sector size)
in py
New submission from Roman Kozhemiakin:
open('.\\PHYSICALDRIVE1','rb',0)
fails since python 3.5
At the end of _io_FileIO___init___impl function
_Py_fstat call raise OSError: [WinError 1] Incorrect function
_Py_fstat result not used on windows in this place.
4
Roman Valls added the comment:
Gotcha, sorry about that :-S
On Wed, Sep 23, 2015 at 4:43 PM, Armin Rigo wrote:
>
> Armin Rigo added the comment:
>
> Roman: bz2.decompress(comp.read()) returns a string, so you can't use "with"
> on it. This bug was about usi
Roman Valls added the comment:
It still seems to be failing with Python 2.7.10... or am I doing sth wrong? :/
$ ipython
Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42)
Type "copyright", "credits" or "license" for more information.
Roman Rader added the comment:
You're right, it does not reproduces on any machine. I'm using Arch Linux,
still trying to figure out the repro steps.
My hosts file doesn't contain such entries for localhost, it's pretty standard.
If I disable my external network interf
New submission from Roman Rader:
==
FAIL: test_server_accept (test.test_ssl.ThreadedTests)
--
Traceback (most recent call last):
File "/home/roma/Documen
Changes by Roman Rader :
--
nosy: Roman.Rader
priority: normal
severity: normal
status: open
title: unit test
___
Python tracker
<http://bugs.python.org/issue24
Roman Inflianskas added the comment:
See later discussion there:
https://mail.python.org/pipermail/python-ideas/2014-May/027767.html
Because of https://mail.python.org/pipermail/python-ideas/2014-May/027789.html
I'm closing this issue.
--
resolution: -> rejected
stat
Roman Inflianskas added the comment:
I'm sorry, I didn't now that bugtracker is not for features discussing. I'll
wrote the letter to the python-ideas:
https://groups.google.com/forum/#!topic/python-ideas/yjR7j9TSFeE
--
___
Python
New submission from Roman Inflianskas:
It's really useful that python 3 allows me to use some Unicode symbols (as
specified in
https://docs.python.org/3.4/reference/lexical_analysis.html#identifiers),
especially Greek symbols for mathematical programs. But when I write
mathematical pr
Roman Inflianskas added the comment:
I think that `absolute` method should call `expanduser` and `expandvars` (do
you plan to include it?) automatically. This should be optional (via default
arguments: `expanduser=True, expandvars=True`.
--
nosy: +rominf
Roman O. Vlasov added the comment:
Antoine, Martin, thank you for your replies. You was right: NT socket was not
in blocking mode (in 1st case). I didn't knew how to determine socket mode in
NT, so I explicitly set socket mode to blocking in _ssl.c before calling
SSL_do_handshake() for
Roman O. Vlasov added the comment:
To reproduce the 100% CPU load problem, we used a simple python TLS client on
separate linux PC with Traffic control utility (tc):
tc qdisc change dev eth0 root netem delay 5000ms
After in-depth analyzing, we realized that _ssl.c behaves differently
Roman added the comment:
I've checked it one more time.
And you're right (Sorry for trouble). I left old pyconfig.h in one place, so my
new python compilation was not just what I wanted.
Now I belive that everything with memory is ok.
Thank you very much for your help.
---
Roman added the comment:
I compiled python --with-valgrind --without-pymalloc, and used valgrind with
suppressions.
valgrind --suppressions=../Misc/valgrind-python.supp --leak-check=full
--show-reachable=no --show-possibly-lost=no --track-origins=yes
--log-file=vgrindNext.out ./test
Roman added the comment:
I've just done it. Python 3.3.3 --with-valgrind. I can't see the difference.
Output appended.
--
Added file: http://bugs.python.org/file32986/vgrind3.3.3vc.out
___
Python tracker
<http://bugs.python.o
Roman added the comment:
I didn't use --suppressions=Misc/valgrind-python.supp before . (But I've done
it now). Nothing important has changed.
I understand that "possibly lost is not particularly informative". I'm rather
worried about "Invalid read of siz
New submission from Roman:
I wrote small test program using Python cApi, and found some memory issues
while working on it. I checked it with valgrind. (test code and valgrind output
appended)
Maybe I'm doing something wrong, but most of the problem occurs durring
Py_Initialize. I'
New submission from Roman:
complete my registration
--
messages: 198412
nosy: bjimnen
priority: normal
severity: normal
status: open
title: RE
___
Python tracker
<http://bugs.python.org/issue19
Roman Zeyde added the comment:
You are correct - the documentation is right:
"Format characters have the following meaning; the conversion between C and
Python values should be obvious given their types. The ‘Standard size’ column
refers to the size of the packed value in bytes when
Changes by Roman Zeyde :
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue18169>
___
___
Python-bugs-
New submission from Roman Zeyde:
Reproduction:
Python 2.7.4 (default, Apr 19 2013, 18:28:01)
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import struct
>>> struct.pack('!L
New submission from Roman Valov:
There is a way to "disconnect" UDP socket
that was previously "connected" to specific
remote endpoint in C:
struct sockaddr_in sin;
memset((char *)&sin, 0, sizeof(sin));
sin.sin_family = AF_UNSPEC;
connect(fd, (struct soc
New submission from Roman Rader:
Some strange behavior is observed while method in object substitutes with
callable object.
For example:
-
class Meth(object):
def __call__(*args, **kwargs):
print (args, kwargs)
class X(object):
def
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue9291>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman :
--
nosy: +rye
___
Python tracker
<http://bugs.python.org/issue14613>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue10395>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Roman Evstifeev :
--
nosy: +Roman.Evstifeev
___
Python tracker
<http://bugs.python.org/issue3177>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Roman Alexeev :
The name of the attribute holding annotations is `__annotations__`, not
`func_annotations` as PEP-3107 says.
--
assignee: docs@python
components: Documentation
messages: 137532
nosy: Roman.Alexeev, docs@python
priority: normal
severity: normal
status
New submission from Roman Gershman :
The following code fails to parse the attached file:
#!/usr/bin/python3.1
if __name__ == '__main__':
f = open("c:\\1.txt", mode ='r', encoding='utf-8')
for line in f:
print (line)
--
components: Un
New submission from Roman Sokolov :
Python 2.6.3 (r263:75183, Oct 2 2009, 11:22:08)
>>> import IN
>>> help(IN)
-- contain following lines:
"MODULE DOCS
http://docs.python.org/library/IN";
, but server returns 404 error:
"The requested URL /library/IN was
Roman Zeyde added the comment:
I've checked Python 3.0.1 today (at
http://svn.python.org/projects/python/tags/r301/Modules/socketmodule.c)
and it seems that the bug above has been fixed there too.
___
Python tracker
<http://bugs.python.org/i
Changes by Roman Zeyde :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue5104>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Roman Zeyde :
--
components: +Extension Modules -None
___
Python tracker
<http://bugs.python.org/issue5104>
___
___
Python-bugs-list mailing list
Unsub
New submission from Roman Zeyde :
The following code shouldn't fail without any warning at all:
>>> import socket
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.bind(('localhost', 7))
>>> print(s.getsockname())
('127.
Roman Petrichev <[EMAIL PROTECTED]> added the comment:
Senthil, please read the RFC3986 text, not only examples.
[Page 31] contains exact algorithm how to handle this case.
--cut--
if (R.path == "") then
T.path = Base.path;
if defined(R.query) then
T.query =
Roman Suzi <[EMAIL PROTECTED]> added the comment:
Thanks for the patch!
However, I do not understand if it ever gets included into Python or
remains always for those who find it? (I do not believe this small
change is somehow PEPable, but how it gets include
83 matches
Mail list logo