Matej Cepl added the comment:
And yes, idle (both with 3.10 and 3.8) works for me just fine all the time (it
doesn't for my reporter, but that's another point).
--
___
Python tracker
<https://bugs.python.o
Matej Cepl added the comment:
And I am not sure what’s going on, but when I run the test suite you
indicated, it kills my Wayland session immediately. How is Tk doing
with X11->Wayland switch?
--
___
Python tracker
<https://bugs.pyth
Matej Cepl added the comment:
$ rpm -qR python38-idle
/usr/bin/python3
/usr/bin/python3.8
config(python38-idle) = 3.8.12-3.1
python(abi) = 3.8
python38 = 3.8.12
python38-tk
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4
Matej Cepl added the comment:
> Matej, what OS and font gives this error? Please run the
> following, also uploaded, with the offending font, replacing the
> name I used.
I am a packager at SUSE maintaining Python packages both for
openSUSE and SLE (our commercial offering), ev
New submission from Matej Cepl :
(originally filed as https://bugzilla.suse.com/1193409)
When trying to start "idle3.8", I get a ZeroDivisionError in
editor.py. Trying to patch it, I noticed that the complete UI of
IDLE shows no text. Since the same also happens with "idle3.9&qu
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue5004>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
> Matej, does your build system perhaps strip off the shebang of Lib/pdb.py?
> That would explain why you are getting the function on line 93.
Yes, that’s it. Thank you.
--
resolution: -> not a bug
stage: -> resolved
status: op
Matej Cepl added the comment:
And no there is no other patch touching pdb (or pdb tests).
--
___
Python tracker
<https://bugs.python.org/issue45964>
___
___
Matej Cepl added the comment:
> Which system are you running on?
Happens when packaging Python 3.10 for openSUSE/Linux.
--
___
Python tracker
<https://bugs.python.org/issu
New submission from Matej Cepl :
When running tests with 3.10.0
test_pdb_breakpoints_preserved_across_interactive_sessions test fails:
[ 842s] ==
[ 842s] FAIL: test_pdb_breakpoints_preserved_across_interactive_sessions
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue45097>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
> Hans-Peter Jansen (frispete)
>
> imaplib.error: UID command error: BAD [b'Unrecognized UID subcommand']
You missed the fix for https://bugs.python.org/issue6
--
___
Python tracker
<h
Matej Cepl added the comment:
I cannot reproduce it with the current 3.* version. Did anybody reproduce with
3.5?
Otherwise, I suggest close this, as a 2.* bug.
--
___
Python tracker
<https://bugs.python.org/issue1
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue38820>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
Is there a CVE for this?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue44022>
___
___
Python-bugs-list mailin
Change by Matej Cepl :
--
nosy: +mcepl
versions: +Python 3.6
___
Python tracker
<https://bugs.python.org/issue31426>
___
___
Python-bugs-list mailing list
Unsub
Matej Cepl added the comment:
Actually, for 3.8.10 I had to add one more keyword which confused Sphinx:
default.
--
nosy: +mcepl
Added file:
https://bugs.python.org/file50117/bpo44426-complex-keyword-sphinx.patch
___
Python tracker
<ht
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue40280>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
> Did you upstream fixes for those packages?
Of course we did. Upstream first!
--
___
Python tracker
<https://bugs.python.org/issu
Matej Cepl added the comment:
Port of the patch to 2.7.18.
--
Added file:
https://bugs.python.org/file49839/CVE-2021-23336-only-amp-as-query-sep.patch
___
Python tracker
<https://bugs.python.org/issue42
Matej Cepl added the comment:
> FYI - This was somewhat of an unfortuate API change. I'm coming across code
> that relies on ; also being treated as a separator by parse_qs(). That code
> is now broken with no easy way around it.
So far, we at openSUSE had to package at le
Matej Cepl added the comment:
> Do you actually know someone who is actively interested in the usecase of
> building a 32 bit python on an s390x system? Or do you know someone who owns
> an s390 system?
Well, yes, I have just got it confirmed from our PM, SUSE has living and
breat
Matej Cepl added the comment:
> In particular, I sort the source list by age when working on larger
> extensions, this makes sure that the source files I edited last get compiled
> first, which speeds up edit/build cycles.
On the one hand, this sounds creepily like https://xkcd.com/
Matej Cepl added the comment:
We (SUSE) have updated versions of the wheels as special Sources, and then this
in the %prep stage of our SPEC file:
# Replace bundled wheels with the updates ones
rm -v Lib/ensurepip/_bundled/*.whl
cp -v %{SOURCE20} %{SOURCE21} Lib/ensurepip
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue42856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue40059>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
keywords: +patch
pull_requests: +22529
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23662
___
Python tracker
<https://bugs.python.org/issu
New submission from Matej Cepl :
I think the solution in gh#python/cpython#13236 is the suboptimal one, because
it makes Python dependent on the latest version of Sphinx unnecessarily. There
are many situations where Python can be built on the older platform and it is
too bothersome to
Matej Cepl added the comment:
3.7 patch applies cleanly even for 3.6.12.
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue38965>
___
___
Pytho
Change by Matej Cepl :
--
nosy: -mcepl
___
Python tracker
<https://bugs.python.org/issue18280>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
Sorry, UIDPLUS capability.
--
___
Python tracker
<https://bugs.python.org/issue33327>
___
___
Python-bugs-list mailing list
Unsub
Matej Cepl added the comment:
1. no this has not been included anywhere, just in the unfinished PR on GitHub
2. only thing which I was fighting to get into Python (and I did) was
https://bugs.python.org/issue6 but that’s another issue (without this whole
discussion here would not be even
Matej Cepl added the comment:
Isn’t this done by the system? It feels like barking at the wrong tree.
--
___
Python tracker
<https://bugs.python.org/issue12
Change by Matej Cepl :
--
nosy: +mcepl
nosy_count: 3.0 -> 4.0
pull_requests: +18539
pull_request: https://github.com/python/cpython/pull/19179
___
Python tracker
<https://bugs.python.org/issu
Matej Cepl added the comment:
Thank you very much for the hint. Do I have to include the patch for bpo-19977
only (that would be easy), or also all twelve PRs for bpo-29240 (that would
probably broke my will to do it)?
--
___
Python tracker
Matej Cepl added the comment:
> Python 3.4 is no longer supported upstream. Python 3 got tons of Unicode
> fixes between Python 3.4 and Python 3.8.
Of course, I know that, but I just didn’t want to throw all my effort away,
when I spent some hours on making it. And I guess, there
Matej Cepl added the comment:
I have tried to port this patch to Python 3.4 (still maintained by SUSE on
SLE-12), but I have the hardest time to debug this. All affected tests end with
errors like this:
[ 493s] ==
[ 493s
Change by Matej Cepl :
--
pull_requests: +18428
pull_request: https://github.com/python/cpython/pull/19073
___
Python tracker
<https://bugs.python.org/issue38
Change by Matej Cepl :
--
keywords: +patch
pull_requests: +18427
stage: test needed -> patch review
pull_request: https://github.com/python/cpython/pull/19072
___
Python tracker
<https://bugs.python.org/issu
Change by Matej Cepl :
--
pull_requests: +18422
pull_request: https://github.com/python/cpython/pull/19068
___
Python tracker
<https://bugs.python.org/issue31
Change by Matej Cepl :
--
pull_requests: +18403
pull_request: https://github.com/python/cpython/pull/19052
___
Python tracker
<https://bugs.python.org/issue38
New submission from Matej Cepl :
When testing Python from Python-3.9.0a3.tar.xz two test cases file in the
limited build environment for openSUSE. We have very limited number of users
there:
stitny:/home/abuild/rpmbuild/BUILD/Python-3.9.0a3 # cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
Change by Matej Cepl :
--
nosy: -mcepl
___
Python tracker
<https://bugs.python.org/issue34033>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
Just to say this is reproducible only on rather old enterprise Linux
distributions, where CVE-2016-10739 bug in glibc has not been fixed. I believe
it means RHEL-6, SUSE SLE-10, 11, 12 (not sure whether it applies to some old
Debian as well
Matej Cepl added the comment:
> posix_user:
>
> * stdlib: '~/.local/lib64/python3.9'
> * platstdlib: '~/.local/lib64/python3.9'
> * platlib: '~/.local/lib64/python3.9/site-packages'
I am still not sure about the this one. I know that I have menti
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue39026>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
Fix for this situations (and we are talking about sqlite3 3.6.4, which is truly
archaeological excavation) skip particular test.
--
keywords: +patch
Added file: https://bugs.python.org/file48833/avoid-sqlite-race.patch
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue38576>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue1294959>
___
___
Python-bugs-list mailing list
Unsub
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue1294959>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: -mcepl
___
Python tracker
<https://bugs.python.org/issue38014>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
keywords: +patch
pull_requests: +16182
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/16593
___
Python tracker
<https://bugs.python.org/issu
New submission from Matej Cepl :
==
ERROR: test_get_event_loop_new_process
(test.test_asyncio.test_events.TestCGetEventLoop)
--
Traceback (most recent call
Matej Cepl added the comment:
Sorry, got confused. My openSUSE bug has nothing to do with it.
--
___
Python tracker
<https://bugs.python.org/issue38014>
___
___
Matej Cepl added the comment:
Isn’t https://bugzilla.suse.com/1152793 (removal of stropts.h from glibc) cause
of this?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue38
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue38216>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue36274>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue36369>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue34155>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Matej Cepl :
When building Python 2.7.16 on very old SUSE Enterprise Linux (SLE-11), with
gcc 4.3, sqlite3 3.6.4, CheckCommitCursorReset fails with:
test test_sqlite failed -- Traceback (most recent call last):
File "/usr/src/packages/BUILD/Python-2.7.16/Lib/sqlite3
Matej Cepl added the comment:
I don't think this has been really fixed, see attached log,even with the patch
applied I am still getting:
[ 6220s] ==
[ 6220s] FAIL: test_pyobject_freed_is_
Matej Cepl added the comment:
Complete build log which shows all dependent libraries, compilation options,
etc. If you want any other artifacts (config.log, Python.h) just let me know.
--
Added file: https://bugs.python.org/file48397/log.txt.gz
New submission from Matej Cepl :
When building openSUSE package for Python-3.8.0b1 (on x86_64 build system with
the latest openSUSE/Tumbleweed) in the package which previously worked all the
way up to 3.8.0.a4, I get this test failing:
[ 5771s
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue37031>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue36905>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
I understood, and I was saying that if you kick nntplib out of the standard
library, than I will just embed it into my program and I won't bother to
maintain it publicly.
--
___
Python tracker
&
Matej Cepl added the comment:
If that was the price of keeping nntplib inside of the Python standard library,
yes.
--
___
Python tracker
<https://bugs.python.org/issue28
Matej Cepl added the comment:
@mbussonn That's exactly the point: I completely disagree with removal of
nntplib from the standard library, so I went through all bugs here related to
it.
--
___
Python tracker
<https://bugs.python.org/is
Matej Cepl added the comment:
Could @xdegaye make a PR for this?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue28971>
___
___
Python-bug
Matej Cepl added the comment:
Could anybody make a PR from these patches? @vstinner, would you make me a
review if I do it?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue19
Matej Cepl added the comment:
Was this ever reproduced anywhere?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue31850>
___
___
Python-bug
Matej Cepl added the comment:
OK, vstinner asked me for more explanation:
* we at openSUSE are as opposed to rpath as Fedora developers (actually,
https://en.opensuse.org/openSUSE:Packaging_checks#Beware_of_Rpath is stolen
from Fedora wiki, apparently)
* none of Python packages (python2
Matej Cepl added the comment:
Just to add my CZK 0.02 (or €0,0008 ;)). We don't have this patch in openSUSE
Python packages, we run rpmlint on all submissions to our build system (so
unwanted rpath shouldn't sneak into the distribution), and yet the only Python
C extension which n
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue36650>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
You are right. Thank you.
--
___
Python tracker
<https://bugs.python.org/issue36216>
___
___
Python-bugs-list mailing list
Unsub
Matej Cepl added the comment:
I am trying to investigate the impact of this bug on Python 2.6 (yes, it is for
SLE), and I have hard to replicate the steps in the description even on 2.7:
~$ ipython2
Python 2.7.15 (default, May 21 2018, 17:53:03) [GCC]
Type "copyright", "credi
Change by Matej Cepl :
--
keywords: +patch
pull_requests: +11853
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35505>
___
___
Py
Matej Cepl added the comment:
> Will this change be backported to 3.5 and 3.4? It applied cleanly on both
> however on 3.4 there is a test failure:
It actually haven't applied cleanly to me on Python 3.4.6 (SLE-12 package).
Apparently self->parser has to be changed into s
Matej Cepl added the comment:
Python 3.4 doesn't allow C99 constructs, so I had to update the patch to
reorder iterator declarations. Just if any future colleague Python Linux distro
maintainer needs it.
--
Added file:
https://bugs.python.org/file48073/CVE-2018-
Matej Cepl added the comment:
> * Python 2.7 has no C accelerator _pickle (Modules/_pickle.c)
And Modules/cPickle.c is that drastically different?
--
___
Python tracker
<https://bugs.python.org/issu
Matej Cepl added the comment:
Does it even make sense to make a security patch for 2.7 for this one?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue34
Matej Cepl added the comment:
@carlos.velasco ... OK, so build of 3.7.2rc1 on x86_64 doesn't pass the
testsuite (see the attached log).
--
Added file: https://bugs.python.org/file48002/_log.txt
___
Python tracker
<https://bugs.py
Matej Cepl added the comment:
Per https://devguide.python.org/pullrequest/, can I ask you Xavier to prepare a
proper pull request for this patch to the GitHub repo, please?
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue31
Matej Cepl added the comment:
Sorry, my mistake, it seems I was using python2 Sphinx even for building
python3 documentation, which is a bad idea, I guess.
--
___
Python tracker
<https://bugs.python.org/issue32
Matej Cepl added the comment:
It seems to me that this adds escape4chm as unconditional dependency on all
platforms. Which seems like a bad idea to me, I don't think users on Linux or
Mac OS X are that keen on *.chm files.
I think this change broke my build of python3-doc packa
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue34726>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue26852>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue30717>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue12733>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: -mcepl
___
Python tracker
<https://bugs.python.org/issue34605>
___
___
Python-bugs-list mailing list
Unsubscribe:
Matej Cepl added the comment:
Guys, really, don't we have anything better to do with your time than this
silliness?
Even if the terminology would be used in the strictest and most brutal meaning,
i.e., slave must mindlessly follow orders of its master, there is nothing of
approval o
Matej Cepl added the comment:
> I suggest to:
>
> * close bpo-17318 as a duplicate of this issue (bpo-17239)
> * close bpo-24238
> * close this issue
+1 from me.
--
___
Python tracker
<https://bugs.pyt
Change by Matej Cepl :
--
pull_requests: +8405
___
Python tracker
<https://bugs.python.org/issue14465>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue14465>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
versions: +Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue23847>
___
___
Python-bugs-list mailin
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue33255>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
nosy: +mcepl
___
Python tracker
<https://bugs.python.org/issue26171>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
pull_requests: +7916
___
Python tracker
<https://bugs.python.org/issue6>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
pull_requests: +7906
___
Python tracker
<https://bugs.python.org/issue6>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matej Cepl :
--
pull_requests: +7904
___
Python tracker
<https://bugs.python.org/issue6>
___
___
Python-bugs-list mailing list
Unsubscribe:
1 - 100 of 209 matches
Mail list logo