New submission from Marc:
An error occurs when uploading a file ~<10kb:
A problem occurred in a Python script. Here is the sequence of function calls
leading up to the error, in the order they occurred.
/var/www/html/file-uploader/uploader.py in ()
39
40 # A nested FieldStor
Marc added the comment:
Please review one word documentation change at
https://github.com/python/cpython/pull/12918 to clarify that recursive glob **
follows symbolic links to directories.
--
nosy: +marc-hb
pull_requests: +12844
___
Python
marc added the comment:
I think the problem was a combination of two issues.
First, the warning in 16.17.2.2 is a bit hidden. Kind of squeezed in
between CDLL, etc and PyDLL. In contrast, 16.17.2.4 does a much better
job, because it restates the fact that the GIL is released at each and
New submission from Marc:
Hello,
I've found an issue in python 2.7 and 3.4 and I don't if this is a bug or a
feature that acts strange to me.
The import of a module or method from a module creates a reference in the
package to that module only the first time, which could lead to
New submission from Marc:
Using TkInter as gui, running a module that worked in 3.0 (I believe).
It is trying to print a warning message about
RuntimeWarning: overflow encountered in double_scalars
and stops my process (running eval) returning this error
File "C:\Python32\lib\id
New submission from Marc:
Hi,
We work in a school within a domain and pupils are using different restricted
account on this domain. We tried to install Python 3.4 and it's work with an
Administrator Account.
With Children account , we got the message "IDLE's subproc
Marc added the comment:
Hi Ramchandra,
I actually have an AV (Sophos) but no firewall on the computer
--
___
Python tracker
<http://bugs.python.org/issue23
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue46162>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue46197>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue46414>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue43224>
___
___
Python-bugs-list mailing list
Unsubscribe:
Marc Culler added the comment:
The TKApplication class is a subclass of NSApplication which adds both
attributes and methods. Those are used throughout the macOS port of Tk,
and as Ronald says, the unique instance of NSApplication in Tk is actually
a TKApplication. Every macOS Application
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue44791>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue44863>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Marc Sibson :
--
nosy: +marcs
___
Python tracker
<http://bugs.python.org/issue4256>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Marc Sibson :
--
nosy: +marcs
___
Python tracker
<http://bugs.python.org/issue11176>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Marc Sibson :
--
nosy: +marcs
___
Python tracker
<http://bugs.python.org/issue12933>
___
___
Python-bugs-list mailing list
Unsubscribe:
Marc Sibson added the comment:
changes as per the review,
--
Added file: http://bugs.python.org/file23713/issue10772.patch3
___
Python tracker
<http://bugs.python.org/issue10
Marc Sibson added the comment:
issue10772.patch: add help, count and parsers to Doc/library/argparse.rst
--
keywords: +patch
nosy: +marcs
Added file: http://bugs.python.org/file22179/issue10772.patch
___
Python tracker
<http://bugs.python.
Marc Sibson added the comment:
issue10772.patch2: document help and count actions in Doc/library/argparse.rst
--
Added file: http://bugs.python.org/file22198/issue10772.patch2
___
Python tracker
<http://bugs.python.org/issue10
Marc Culler added the comment:
I am running OSX 10.5.8 on this macbook. The Tcl/Tk package on the system is
ActiveState Tcl/Tk 8.4.19.
I just installed Python 3.2 (r32:88452, Feb 20 2011, 10:19:59) from
http://www.python.org/getit/releases/3.2/ and I am still seeing this bug. It
does not
Marc Sibson added the comment:
I think the original issue has been fixed by
http://hg.python.org/cpython/rev/fd20eba1f201.
freeze.py is now broken due to pep3149 and ABIFLAGS,
freeze-pep3149-compat.patch adds awareness of ABIFLAGS to
Tools/freeze/freeze.py.
For me "python3.3 free
New submission from Marc Horowitz :
I discovered this bug working with panda3d. I've attached a short
python script which demonstrates the problem. After installing
panda3d, run the script, and then hit q in the window which appears.
You'll see that none of the cleanup code afte
New submission from Marc Culler :
In OS X tkinter the "two-finger scroll" generates events.
The following code:
bug.py
import tkinter
def mouse_wheel(event):
print('Mouse wheel event')
tk = tkinter.Tk()
list = tkinter.Listbox(tk)
list.bind('',
New submission from Marc Rambert <[EMAIL PROTECTED]>:
With my MacBook, on IDLE application, I can't type any character like this
one \.
--
components: IDLE
messages: 70637
nosy: Marc67
severity: normal
status: open
title: No Backslash (\) in IDLE 1.2.2
versions:
Changes by Marc Rambert <[EMAIL PROTECTED]>:
--
type: -> feature request
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3493>
___
__
New submission from Marc Udoff :
Hi,
The follow gives an unexpected error during compilation:
In [1]: %%cython
...: #cython: infer_types=True
...: class A:
...: def f(self):
...: x = max(self.a, self.a)
Removing max, or setting infer_types=False, or setting x
Marc Udoff added the comment:
Wrong forum
--
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Marc Culler added the comment:
I built Tcl and Tk 8.6 on Monterey beta (21A5294g) and I see this
traceback in the Wish file dialog demo. Note that this is *not* an
error. The file dialog works fine. This is a non-fatal
NSInternalInconsistencyException which prints a traceback to stderr.
It
Marc Culler added the comment:
I should have mentioned that I tested on Intel hardware, not M1. I do not have
access to an M1 Apple at this time.
--
___
Python tracker
<https://bugs.python.org/issue44
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue43532>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue43994>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marc Mueller :
--
nosy: +cdce8p
___
Python tracker
<https://bugs.python.org/issue41629>
___
___
Python-bugs-list mailing list
Unsubscribe:
Marc Culler added the comment:
Unfortunately, I am still seeing this failure in Monterey beta 9. However, we
are no longer alone. Here is a report of the same issue in Android Studio:
https://stackoverflow.com/questions/69068842/android-studio-open-file-operation-failed-the-open-file
Marc Culler added the comment:
I was able to fix this problem for Tk on Monterey beta [21A5543b].
The fix has been committed to the tip of the core-8-6-branch in the
Tk fossil repository.
Here is a synopsis. Tk used to open the file dialog by calling
[NSApp runModalForWindow:panel
Marc Culler added the comment:
Hi Ronald,
There is no calendar scheduling for Tk releases. Don Porter decides when they
happen. But I think we are due for another one soonish. In case it doesn't
happen before the next Python release I will attach the patch file for commit
a32
Marc Culler added the comment:
No, Apple is not going to do away with their NSOpenPanel. There is always some
churn when they release a new OS. Subtle changes to APIs can occur with no
warning and no documentation. Sometimes they are bugs. Sometimes they
disappear when the OS is released
Marc Culler added the comment:
Thanks, Ned, for finding my mistake which you generously called a typo.
I have fixed the inequality in the Tk fossil repository. Incidentally, there
is now a core-8-6-12-rc branch of Tk, also containing the fix. So it should
not be too long before 8.6.12 is
Marc Culler added the comment:
Hi Ned, I think this problem is fixed now in the tip of the Tk
macosx_filedialog branch. I am attaching the tkMacOSXDialog.c file from that
branch. I think you should be able to just replace the version in 8.6.11 and
be able to build a working version. I
Marc Culler added the comment:
Thanks for doing all the testing, Ned. I guess that the path forward is now
clear. I will revert to the 8.6.11 code for 10.15 and earlier and use the new
code for 11 and later. Of course the 8.6.11 code already has two cases, for
10.14 and earlier and 10.15
Marc Culler added the comment:
Hmmm, the 10.15 segfault seems to occur when writing the filename into the
entry widget on the dialog. So maybe it is actually an issue with reference
counting an NSString. I will have to look at that more carefully
Marc Culler added the comment:
Hi Ned. Here is one more attempt, hopefully the final one. I tested with IDLE
on 10.14 (VM), 10.15(hard), 11(hard), 12(VM). I used Python 3.10.0. I
replaced libtk8.6.dylib with the Tk lib compiled from the tip of the
macosx_filedialog branch. I could not
Marc Culler added the comment:
That is great news! I will now merge the changes into the Tk core-8-6-branch
and core-8-6-12-rc branches.
--
___
Python tracker
<https://bugs.python.org/issue44
Marc Culler added the comment:
Heads up! A strange Apple quirk has been identified which could affect the
file dialog behavior if the Tk library is compiled on macOS 10.XX and used on
macOS 11 or 12. (I am not sure if this applies here.)
The fix for the broken file dialog was to use
Marc Culler added the comment:
I found the cause of the zombie dialog window. I was supposed to call
[parent endSheet] after calling [parent beginSheet]. Adding that stops
the window from reappearing. But it does not solve the whole problem.
Subsequent Command-S presses do not cause the
Marc Culler added the comment:
Yes that is what I meant. So I guess everything may be OK now. I did
verify that the Tk demo can repeatedly open file save dialogs.
When you press Command-S on a non-new edit window you do see the flash
of the Save menu, so it would appear that a dialog was
Marc Culler added the comment:
OK. Shift-Command-S works. I will attach the fossil diff which
should have enough context to indicate where to add the one new line.
Then I will merge this change into the 8.6.12 release candidate
--
Added file: https://bugs.python.org/file50420
Marc Culler added the comment:
A (hypothetical) explanation: I think that each NSWindow maintains a queue of
attached sheets. Failing to call the [parent endSheet] method left the file
dialogue NSPanel in the queue, although it had been ordered offscreen and so
was not visible. Opening the
Marc Culler added the comment:
Where do you think that "feature" is documented?
--
___
Python tracker
<https://bugs.python.org/issue44828>
___
___
Marc Culler added the comment:
According to wikipedia, it was only the Big Sur beta that identified
itself as 10.16. (And I observed this with the beta). But the release
and, I think, the later Big Sur betas stopped doing that.
But I did eventually find a page showing a tweet that
Marc Culler added the comment:
Well, not exactly ...
culler@abner ~ % export SYSTEM_VERSION_COMPAT=1
culler@abner ~ % sw_vers
ProductName:Mac OS X
ProductVersion: 10.16
BuildVersion: 20G224
culler@abner ~ % export SYSTEM_VERSION_COMPAT=0
culler@abner ~ % sw_vers
New submission from Marc Villain :
I am parsing an email with a subject header where the encoding of a unicode
character happens to be cut in half. When a second encoded unicode character is
encountered, we get the following error:
> 'utf-8' codec can't encode characte
New submission from Marc Culler :
The soon-to-be-released Tcl/Tk 8.6.10 includes some changes to the macOS
port which cause the wm transient command to behave in the way that the
Tk manual says it should:
"A transient window will mirror state changes in the master and
inherit the sta
Marc Culler added the comment:
It definitely makes sense for an on-screen window to have a transient
dialog. With a little care (see "messages boxes" in the widget demo)
on the mac the transient can be a "sheet" that opens from the top of
the master window. It eve
Marc Culler added the comment:
I should have mentioned that I did not see the IDLE hang with Python 3,
only with Python 2.7. So I changed the Version in the ticket.
--
versions: +Python 3.7 -Python 3.8
___
Python tracker
<https://bugs.python.
Change by Marc Culler :
--
versions: +Python 2.7 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue38882>
___
___
Python-bugs-list mailing list
Unsub
Marc Culler added the comment:
One thing to keep in mind is that Apple's release of OSX 10.14.6 caused
Tk 8.6.8 to stop working on many systems in an extremely obnoxious way.
Starting a Tk Application would trigger a segfault in Apple's WindowServer
which would then cause the
Marc Culler added the comment:
Yes, I can provide a good commit ID to work with. Please give me a couple of
days. The current tip is almost an ideal choice. There have been no Aqua bug
reports for quite some time. But now there is one new one (from Kevin) so I'd
like to fix
Espie Marc added the comment:
On Sat, Dec 05, 2020 at 01:28:33AM +, STINNER Victor wrote:
>
> STINNER Victor added the comment:
>
> I propose to merge my PR 23645 change right now. If it breaks too many C
> extensions, we still have time before Python 3.10.0 fin
Marc Culler added the comment:
Hi Ned, I have a comment about the code signing issues that would arise if the
Tcl and Tk frameworks were embedded as actual subframeworks inside the
Python.framework, and a user later replaced those with newer versions. The
answer is that no new issues arise
Marc Culler added the comment:
Well, actually the release was announced today.
There was one bug fix which did not make it into the release but could possibly
affect Python, due to the fact that Python is installed as a framework, and
frameworks to not have icons. I can supply a (1-line
New submission from Marc Culler :
Packaging Tcl and Tk within the python framework is a great idea
and a big improvement. But the way it is being done is pretty crazy,
and makes it unnecessarily difficult to upgrade the version of Tcl/Tk
that python is using. That is something which should be
Marc Culler added the comment:
Dear Eric,
I am aware that python is cross platform.
The change that I am proposing would be almost entirely limited to
the file:
Mac/BuildScript/build-installer.py
which is entirely mac-specific. It controls how the Mac installer is
constructed
Marc Culler added the comment:
Dear Ronald,
You are correct that "It is already possible to replace the Tcl/Tk libraries by
replacing the relevant files in Python.framework."
I know that because I have done it. Moreover, having done it, I
know that it is much more difficult than
Marc Culler added the comment:
Ned - do you have any news on the topic of packaging Tcl/Tk within the
Python bundle?
--
___
Python tracker
<https://bugs.python.org/issue42
New submission from marc dechico :
actions do discover the bug with the source I have given:
pushing the right button to get the pop-up menu .
going out of the popup_menu still pushing the right button.
the menu doesn't disapear when releasing the button.
and still doesn't dis
Marc Abramowitz added the comment:
Jesús said he was focusing on Solaris and couldn't help with OS X. Not sure if
anyone else was going to try tackling that...
Just tried the patch `issue13405_4027.diff` on OS X 10.6.8.
First problem I ran into was:
gcc -fno-strict-aliasing -DNDEB
Marc Abramowitz added the comment:
With an hg checkout, I don't run into the `offsetof` problem - it fails when it
gets to calling dtrace to generate Python/dtrace.o (again -G is the culprit).
```
$ hg clone https://hg.jcea.es/cpython-2011/
$ cd cpython-2011
$ hg update dtrace-issue1340
Marc Abramowitz added the comment:
My understanding of DTrace is extremely shallow, but I think there is a major
difference in how USDT probes are created between Solaris and OS X. Whereas on
Solaris one generates object code using the -G option of dtrace and then links
it in with the
Marc Abramowitz added the comment:
I noticed that jcea already had some commented out stuff for OS X in his
configure.in.
I tried it out and stuff builds and works in a basic way, although it might not
be fully functional.
```
~/src/python-hg/cpython-2011$ hg diff configure.in
diff -r
Marc Abramowitz added the comment:
Hi Jesús,
Yes, I'm on an x86 machine. A MacBook Pro with OS X 10.6.8.
I'll try to hop on Google Talk during the week. I'm on the west coast of the
U.S. (GMT-8) so it might be tricky to find a mutually good time.
Here's the result of
Marc Abramowitz added the comment:
All tests pass on OpenIndiana b151A (SunOS openindiana 5.11 oi_151a2 i86pc i386
i86pc Solaris).
--
___
Python tracker
<http://bugs.python.org/issue13
Marc Abramowitz added the comment:
I get a build error on FreeBSD 9.0:
make: don't know how to make ./Include/phelper_offsets.h. Stop
Any ideas?
--
___
Python tracker
<http://bugs.python.org/is
Marc Abramowitz added the comment:
Re my comment in #154513, the following seems to fix that problem on FreeBSD
9.0:
[marca@freebsd9-0 ~/src/cpython-2011]$ hg diff Makefile.pre.in
diff -r 70dc1e48bd7f Makefile.pre.in
--- a/Makefile.pre.in Mon Feb 27 22:43:17 2012 +0100
+++ b
Marc Abramowitz added the comment:
Limiting to 10.6 and above seems entirely reasonable to me. I am one of the few
folks that I know who is still on 10.6. Most of my friends are on 10.7.
Since OS X is primarily a desktop OS, I think people tend to upgrade more
quickly compared to more of a
Marc Abramowitz added the comment:
I wanted to post an update on FreeBSD 9.0, which Jesús and I worked on a bit
yesterday.
Maybe Jordan will chime in here with an answer to my FreeBSD problems. :-)
With a little bit of Makefile hackery (make it skip building the phelper stuff
which was
Marc Abramowitz added the comment:
[marca@freebsd9-0 ~]$ /home/marca/custom/bin/python
Python 2.7.2+ (dtrace-issue13405_2.7:e612f29478e3+, Feb 27 2012, 20:37:22)
[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9
Type "help", "copyright", "credits" or
Marc Abramowitz added the comment:
For anyone who is curious about the FreeBSD 9.0 DTrace userland problems I
experienced, see http://www.freebsd.org/cgi/query-pr.cgi?pr=165541
--
___
Python tracker
<http://bugs.python.org/issue13
New submission from Colin Marc :
Recent versions of OpenSSL (1.0.1 and greater) support a new extension to
SSL/TLS called Next Protocol Negotiation, defined here:
http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-02.
The extension allows servers and clients to advertise which protocols
Colin Marc added the comment:
If I ported it to 3.3 or 3.4, would it then be backported to 2.7? Or is there
zero chance of that either? If so, why? I apologize, I'm new to the process.
--
___
Python tracker
<http://bugs.python.org/is
Colin Marc added the comment:
Re the IETF draft: I'm not sure. However, I didn't actually have to implement
the specification at all - that was all handled by OpenSSL. My patch just calls
the appropriate SSL_CTX_* methods.
Thanks for the tip. I'm still interested in this g
Colin Marc added the comment:
Here's an updated patch against 3.3.
--
Added file: http://bugs.python.org/file24775/npn_patch_py3.diff
___
Python tracker
<http://bugs.python.org/is
Colin Marc added the comment:
Oops, I had my vim configured wrong and left a few tab characters in there.
Here's another updated patch =)
--
Added file: http://bugs.python.org/file24777/npn_patch_py3.diff
___
Python tracker
<http://bugs.py
Colin Marc added the comment:
Here's the OpenSSL code I referenced for my implementation. It's an excerpt of
ssl/lib_ssl.c, starting at line 1514.
--
Added file: http://bugs.python.org/file24778/npn_openssl_ref.c
___
Python trac
Colin Marc added the comment:
Updated patch.
--
Added file: http://bugs.python.org/file24786/npn_patch_py3.diff
___
Python tracker
<http://bugs.python.org/issue14
Colin Marc added the comment:
More updates to the patch.
--
Added file: http://bugs.python.org/file24797/npn_patch_py3.diff
___
Python tracker
<http://bugs.python.org/issue14
New submission from Marc Schlaich :
It is very simple to reproduce this error.
There is an executable package:
package/
__init__.py
__main__.py
The __init__ imports a missing module:
import missing_module
And the __main__ imports from it:
from . import missing_module
Now I
Marc Abramowitz added the comment:
Hey Jesús,
Let me know if you need any additional help testing.
Marc
--
___
Python tracker
<http://bugs.python.org/issue13
Change by Marc Schlaich :
--
nosy: +schlamar
___
Python tracker
<https://bugs.python.org/issue35596>
___
___
Python-bugs-list mailing list
Unsubscribe:
Marc Schlaich added the comment:
Davin, why isn't just one of the simple one-line patches applied. This would be
much more reasonable instead of closing this as won't fix.
This is a really ugly bug and it took me hours to find the cause...
--
nosy:
New submission from Marc Schlaich :
vshwere.exe doesn't return Build Tools 2017 per default. This means Build Tools
2017 are not detected by distutils in 3.7.2 and you get the famous "Microsoft
Visual C++ 14.0 is required" error.
Please see https://github.com/Microsoft/vswhere
Marc Schlaich added the comment:
We are passing arguments
-latest(Return only the newest version and last installed.)
and
"-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
So this should handle the cases multiple installs and different product
Change by Marc Schlaich :
--
keywords: +patch
pull_requests: +11016
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35699>
___
___
Py
Change by Marc Schlaich :
--
keywords: +patch, patch, patch
pull_requests: +11016, 11017, 11018
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Marc Schlaich :
--
keywords: +patch, patch
pull_requests: +11016, 11017
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from Marc Schlaich :
After closing a StreamWriter the `StreamReaderProtocol.connection_lost` on the
other end is not getting called. In this case the StreamReader is at EOF but
calling write/drain does not raise any Exception (and sending data to Nirvana).
I would expect that
Marc Schlaich added the comment:
After having a closer look I fear that there isn't a correct implementation for
half closed sockets and returning True from eof_received results in a
fundamentally broken state machine.
I'm not sure if a selector implementation can handle half clos
New submission from Marc Schlaich :
Creating a venv from the python.exe from another venv does not work since 3.7.2
on Windows. This is probably related to the change
bpo-34977: venv on Windows will now use a python.exe redirector rather than
copying the actual binaries from the base
New submission from Marc Schlaich :
Controlling a venv from the python.exe from another venv does not work since
3.7.2 on Windows. This is probably related to the change
bpo-34977: venv on Windows will now use a python.exe redirector rather than
copying the actual binaries from the base
Marc Schlaich added the comment:
No, I'm seeing the same issue on MacOS. Attached modified example.
--
Added file: https://bugs.python.org/file48160/tcp_test.py
___
Python tracker
<https://bugs.python.org/is
1 - 100 of 1759 matches
Mail list logo