New submission from Joseph Siddall:
putting something in Queue(multiprocessing.Queue) after closing it raises an
AssertionError.
Getting something out of a Queue after closing it raises an OSError.
I expected both scenarios to raise the same exception.
To Reproduce:
>>> from multip
New submission from Joseph Weston:
Several fields in the Python 3.x documentation for the PyTypeObject API
have incorrectly documented types. This was probably due to a wholesale
shift of documentation from Python 2.x.
--
assignee: docs@python
components: Documentation
files
New submission from Joseph Schachner:
We should not make people who need to read Python documentation do an extra
transformation in their heads to correctly understand that in section 5.15
higher precedence is at the bottom of the table and lower precedence is at the
top. Because the
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue11551>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue14019>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue24249>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue23894>
___
___
Python-bugs-list mailing list
Unsubscribe:
Joseph Gordon added the comment:
With the changes in the uploaded patch it looks like strings of the form
rb'...' are now recognized as raw byte strings.
--
keywords: +patch
Added file: http://bugs.python.org/file41382/issue23894.patch
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue25664>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue25661>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue25599>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue25597>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue25324>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue19873>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Joseph Gordon :
--
nosy: +josephgordon
___
Python tracker
<http://bugs.python.org/issue23846>
___
___
Python-bugs-list mailing list
Unsubscribe:
Joseph Gordon added the comment:
I uploaded a patch that appears to fix the issue.
--
keywords: +patch
Added file: http://bugs.python.org/file41396/issue25599.patch
___
Python tracker
<http://bugs.python.org/issue25
Changes by Joseph Pyott :
--
components: Extension Modules
files: decimal pow error.py
nosy: Pyottamus
priority: normal
severity: normal
status: open
title: decimal.Decimal(0)**0 throws decimal.InvalidOperation
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org
Changes by Joseph Pyott :
--
components: +Library (Lib) -Extension Modules
___
Python tracker
<http://bugs.python.org/issue26091>
___
___
Python-bugs-list mailin
Joseph Hackman added the comment:
I haven't seen OP in over 30 days, so am posting my own patch.
I've added an optional argument that defaults to strict and gets passed along.
I've updated the primary test to verify the argument passing, as well as that
things get handled as s
Changes by Joseph Hackman :
--
nosy: +Joseph.Hackman
___
Python tracker
<http://bugs.python.org/issue25300>
___
___
Python-bugs-list mailing list
Unsubscribe:
Joseph Moran added the comment:
Deleted second ABSTRACTSET and added SET in typing docs
--
nosy: +joegotflow83
Added file: http://bugs.python.org/file42109/26322
___
Python tracker
<http://bugs.python.org/issue26
Joseph Hackman added the comment:
Ping.
Just wondering if anyone on the nosy list would be willing to help review my
patch. :)
--
___
Python tracker
<http://bugs.python.org/issue25
Joseph Hackman added the comment:
Uploading a new patch to address the issues in previous patch.
--
Added file: http://bugs.python.org/file42620/issue25788-2.patch
___
Python tracker
<http://bugs.python.org/issue25
Joseph Hackman added the comment:
Updated documentation in fileinput.rst, Doc/whatsnew/3.6.rst, Misc/NEWS and
Misc/ACKS.
Thank you so much Serhiy for taking the time to review!
--
Added file: http://bugs.python.org/file42631/issue25788-3.patch
Joseph Shen added the comment:
I noticed someone use `plat-win` instead of `DLLs` in this
http://bugs.python.org/issue28046, so what's your opinion for this?
`plat-win` looks more meaningful than old `DLLs` at least for me,
do your have any plan for this in the 3.6 re
Joseph Shen added the comment:
Yeah it's true, anyway thanks for your support
On Sat, Sep 10, 2016 at 22:10 Steve Dower wrote:
>
> Steve Dower added the comment:
>
> I don't intend to change any defaults arbitrarily, but you can easily
> specify a folder with whateve
Joseph Shen added the comment:
Oh, can't believe this, and I thought iPhone 8 will bring back my lovely
3.5mm jack ^_^
On Sat, Sep 10, 2016 at 22:16 Zachary Ware wrote:
>
> Zachary Ware added the comment:
>
> Joseph: "plat-win" was actually removed from the co
New submission from Joseph Trask Still :
This issue occurs on my M1 MacBook Pro running macOS 11.3.1.
Steps to reproduce:
1. Open the Python installation package
2. When asked where to install the package, click "Customize" at the bottom of
the dialog
3. Uncheck the GUI Tools option
New submission from John Joseph Morelli :
I first noticed this and reported it on the W3 Schools Tutorial, the section
entitled "Add Two Numbers with User Input"
There were many behaviors that I did not understand, but for this bug report, I
will state that the input statements pr
Joseph Fox-Rabinovitz added the comment:
I closed the issue (it's already been rejected), primarily based on
> a.__index__ = is an unauthorized use of a *reserved* word and the
> effect of such usage is not and need not be documented.
> The entry for __*__ does include
New submission from Joseph Fox-Rabinovitz :
ctypes.CDLL initializer defined in version 3.8 and beyond as
```
def __init__(self, name, mode=DEFAULT_MODE, handle=None,
use_errno=False,
use_last_error=False,
winmode=None):
```
Documentation says `winmode=0
Change by Joseph Fox-Rabinovitz :
--
title: Documentation of -> Documentation of ctypes.CDLL does not correspond to
code
___
Python tracker
<https://bugs.python.org/issu
Joseph Fox-Rabinovitz added the comment:
Company firewall mutilated the text. Here is another attempt:
ctypes.CDLL initializer defined in version 3.8 and beyond as
```
def __init__(self, name, mode=DEFAULT_MODE, handle=None,
use_errno=False,
use_last_error=False
Joseph Fox-Rabinovitz added the comment:
Last attempt before I give up:
ctypes.CDLL initializer defined in version 3.8 and beyond as
```
def __init__(self, name, mode=DEFAULT_MODE, handle=None,
use_errno=False,
use_last_error=False,
winmode=None
New submission from Joseph Birr-Pixton :
Say I have an argument with the name 'foo-bar'. Argparse accepts and parses
arguments, but Namespace does not allow me to access the value.
Yes, I can use getattr or Namespace.__dict__. But that's ugly.
Yes, I can change the name of th
Joseph Birr-Pixton added the comment:
> I don’t understand, can you rephrase?
Sorry, I mean making Namespace subscriptable. eg:
>>> v = argparse.Namespace(abc = 123)
>>> v
Namespace(abc=123)
>>> v.abc
123
>>> v['abc']
Traceback (most re
Changes by Joseph Fox-Rabinovitz :
--
type: behavior ->
___
Python tracker
<http://bugs.python.org/issue31042>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Joseph Fox-Rabinovitz:
The docs for [`operator.index`][1] and `operator.__index__` state that
> Return *a* converted to an integer. Equivalent to `a.__index__()`.
The first sentence is correct, but the second is not. First of all, we have the
data model [docs][2]:
&g
Joseph Fox-Rabinovitz added the comment:
I brought up the issue because it was really a point of confusion for me.
Could we make the change to "Roughly equivalent" and make that a link to
https://docs.python.org/3/reference/datamodel.html#special-method-lookup?
That would make it cle
New submission from Joseph Martinot-Lagarde :
os.fspath() returns its argument if it is a str. That means that it bypasses
__fspath__ for str subclasses.
This is the case for the library path.py for example.
This is a corner case that was discovered while trying to fix
https://github.com
Change by Joseph L. Casale :
--
nosy: +jcasale
___
Python tracker
<https://bugs.python.org/issue34006>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Joseph L. Casale :
--
nosy: -jcasale
___
Python tracker
<https://bugs.python.org/issue34006>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Joseph C Wang :
When running cPickle in restricted mode, the module tries to import
copyreg which does not appear to exist anywhere. The problem is in
cPickle.c
2980 if (PyEval_GetRestricted()) {
2981 /* Restricted execution, get private tables */
2982
Changes by Joseph L. Casale :
--
nosy: +jcasale
___
Python tracker
<http://bugs.python.org/issue14965>
___
___
Python-bugs-list mailing list
Unsubscribe:
201 - 244 of 244 matches
Mail list logo