Re: [Python-Dev] Using argument clinic to replace timemodule.c:parse_time_t_args()

2014-01-18 Thread Ryan Smith-Roberts
Hi Nikolaus. I also started a conversion of timemodule, but dropped it when I saw in the issue that you had taken over that conversion. I also tried to turn parse_time_t_args into a converter. However, it won't work. The problem is that parse_time_t_args must be called whether or not the user suppl

Re: [Python-Dev] Using argument clinic to replace timemodule.c:parse_time_t_args()

2014-01-18 Thread Ryan Smith-Roberts
was looking for this one, so I've opened bugs on both issues, and put you on the nosy list for them. On Sat, Jan 18, 2014 at 7:42 PM, Nikolaus Rath wrote: > Hi Ryan, > > > Ryan Smith-Roberts writes: > > Hi Nikolaus. I also started a conversion of timemodule, but dropp

Re: [Python-Dev] Using argument clinic to replace timemodule.c:parse_time_t_args()

2014-01-19 Thread Ryan Smith-Roberts
On Sun, Jan 19, 2014 at 2:38 AM, Larry Hastings wrote: > According to the issue tracker, " rmsr" has only ever filed one issue. > I just fixed (and closed) it. > The two issues were "custom converter with converter and default raises exception" and "custom converter with py_default and c_defaul

Re: [Python-Dev] Using argument clinic to replace timemodule.c:parse_time_t_args()

2014-01-20 Thread Ryan Smith-Roberts
: > Larry Hastings writes: > > On 01/18/2014 09:52 PM, Ryan Smith-Roberts wrote: > >> > >> I still advise you not to use this solution. time() is a system call > >> on many operating systems, and so it can be a heavier operation than > >> you'd think.

Re: [Python-Dev] socketserver ForkingMixin waiting for child processes

2017-08-11 Thread Ryan Smith-Roberts
I agree that blocking shutdown by default isn't a good idea. A child will eventually get indefinitely stuck on a nonresponsive connection and hang the whole server. This behavior change is surprising and should be reverted in master, and definitely not backported. As for block-timeout or block-tim

[Python-Dev] Application support

2017-03-12 Thread Ryan James Kenneth Murray
help in making sure that everything is satisfactory. As you can see I am concerned about entering anymore data Sincerely yours Ryan Murray ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe

[Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-03 Thread Ryan Wells (MP Tech Consulting LLC)
th a developer on the project so that we can work closesly to resolve this issue. Regards, Ryan Wells Microsoft PC Ecosystem Engineering Team v-ry...@microsoft.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/li

Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Ryan Wells (MP Tech Consulting LLC)
rn values between IE8 and IE9/10 when launched from the app. Please let me know if you have an estimated timeframe to address this issue, and if our team can further assist in this process. Regards, Ryan Wells Microsoft PC Ecosystem Engineering Team v-ry...@microsoft.com From: Bri

<    1   2   3