Hi,
This is a third iteration of the PEP.
There was some really good feedback on python-ideas and
the discussion thread became hard to follow again, so I decided to
update the PEP only three days after I published the previous
version.
Summary of the changes can be found in the "Version History"
2017-08-18 18:20 GMT+02:00 Yury Selivanov :
> Hi Christian,
>
> On Fri, Aug 18, 2017 at 4:41 AM, Christian Tismer
> wrote:
> > Hi friends,
> >
> > in the last months, I have developed signature support for
> > PySide. The module creates the same signatures as are known
> > for plain Python functi
2017-08-12 0:34 GMT+02:00 Ryan Smith-Roberts :
> Since ThreadingMixIn also leaks threads,
> server_close() could grow a timeout flag (following the socket module
> timeout convention) and maybe a terminate boolean. ThreadingMixIn could then
> also be fixed. I'm not sure how useful that is though, s
Hi,
Here is a quick report of what changed recently on buildbots.
== pythoninfo ==
I added a new "python3 -m test.pythoninfo" command which is now run on
Travis CI, AppVeyor and buildbots.
https://bugs.python.org/issue30871
This command dumps various informations to help debugging test
fa
On Fri, 18 Aug 2017 at 02:05 Christian Tismer wrote:
> Hi friends,
>
> in the last months, I have developed signature support for
> PySide. The module creates the same signatures as are known
> for plain Python functions.
>
> As a non-trivial addition, the module also handles multiple
> signature
Hi Christian,
On Fri, Aug 18, 2017 at 4:41 AM, Christian Tismer wrote:
> Hi friends,
>
> in the last months, I have developed signature support for
> PySide. The module creates the same signatures as are known
> for plain Python functions.
>
> As a non-trivial addition, the module also handles mu
ACTIVITY SUMMARY (2017-08-11 - 2017-08-18)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open6133 (+17)
closed 36852 (+32)
total 42985 (+49)
Open issues wit
Hi.
I created PR which fixes potential crash.
Serhiy Storchaka approved it already, but he wants one other
review from core dev. And I updated document after his review too.
So I want more one reviewer for the PR.
Someone help me?
https://github.com/python/cpython/pull/2974
https://bugs.python.
Hi friends,
in the last months, I have developed signature support for
PySide. The module creates the same signatures as are known
for plain Python functions.
As a non-trivial addition, the module also handles multiple
signatures as a list. I consider this extension to PySide
as quite essential a