New submission from cary :
Similar to how `-OO` currently strips docstrings from compiled bytecode, it
would be nice if there were a way to strip annotations as well to further
compact the bytecode.
Attached is my initial attempt. From some simple manual testing, Python with
this patch
cary added the comment:
Thanks for the feedback! I wasn't aware that modules depended on this during
runtime.
Abandoning this :)
--
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<https:
New submission from cary :
# Description
Rolling back a transaction causes all statements associated with that
transaction to be reset, which allows the statements to be used again from the
pysqlite statement cache. This can interact with various methods on `Cursor`
objects to cause these
Change by cary :
--
keywords: +patch
pull_requests: +9564
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33376>
___
___
Python-
John Cary added the comment:
Just to follow up. My case is an application that is almost
all statically linked, but it loads in the python library, and
at runtime it needs to load the tables module, and as distributed
by Python, I get the load-time error on Windows.
Using Christoph Gohlke
Cary R. added the comment:
That is the manual I am referencing and the last time I looked it was
the most recent.
I'm not to familiar with the Python port of Tix, but I am using the
command, label, state, and variable options and they already work fine.
I could try the other options if
New submission from Cary R. :
The Tix Optionmenu is documented to support a labelside option that is
used to specify where the label should be relative to the selection.
I have verified that adding 'labelside' to the static_options when
calling the base constructor (TixWidget.__init_
Changes by Cary R. :
--
versions: +Python 2.5
___
Python tracker
<http://bugs.python.org/issue5961>
___
___
Python-bugs-list mailing list
Unsubscribe: