[issue14364] Argparse incorrectly handles '--' as argument to option

2019-10-03 Thread Jonas Schäfer

Jonas Schäfer  added the comment:

Since I have been adversely affected by this bug ([1]), I looked at the patches.

I combined issue14364.test.patch (which adds test cases for --foo=--) and 
dbldash.patch in my local working tree and that seems to resolve the issue 
(tests pass if and only if I apply dbldash.patch and my reproducer from [1]) 
passes too).

The patches do not contain any type of metainformation, so I’m not comfortable 
with submitting this as a PR. I am also not at all familiar with the process of 
managing the changelog etc.

This should serve as a confirmation that this issue can be resolved with the 
patches. Someone more familiar than me with the process could take up the task 
to get this merged.

Note: As you can see in [1], this issue has already caused data loss.

   [1]: https://github.com/borgbackup/borg/issues/4769

--
nosy: +jssfr

___
Python tracker 
<https://bugs.python.org/issue14364>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41295] CPython 3.8.4 regression on __setattr__ in multiinheritance with metaclasses

2020-07-15 Thread Jonas Schäfer

Change by Jonas Schäfer :


--
nosy: +jssfr

___
Python tracker 
<https://bugs.python.org/issue41295>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41295] CPython 3.8.4 regression on __setattr__ in multiinheritance with metaclasses

2020-07-18 Thread Jonas Schäfer

Jonas Schäfer  added the comment:

@kam193 Thanks for running the aioxmpp tests. I built the patched python 
yesterday, but I didn’t manage to get a virtualenv with it up&running.

Good to hear that the fix works as expected!

--

___
Python tracker 
<https://bugs.python.org/issue41295>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com