[issue35749] Ignore exception if event loop wakeup pipe is full

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch, patch pull_requests: +11254, 11255 stage: -> patch review ___ Python tracker ___

[issue35749] Ignore exception if event loop wakeup pipe is full

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +11254 stage: -> patch review ___ Python tracker ___ ___

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: i am figuring out as heap memory issue because i am using multiple data frames and online web scrap data as well , may be memory is overloaded and it cause this issue . please correct me it may not be changes or not. --

[issue35748] urlparse library detecting wrong hostname leads to open redirect vulnerability

2019-01-16 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please include a minimal code snippet without external dependencies to reproduce the issue. Describe what you have done (script, traceback, operating system environment etc) and what you are expecting. Without these information it's unclear to

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
New submission from Anil kunduru : function contains of long loop each iteration it will do get data from different website using request.get and do analysis, loop will take one minute for 10 iteration. after completed some 100 to 400 iteration it will exit with process finished with exit

[issue35749] Ignore exception if event loop wakeup pipe is full

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- components: +asyncio nosy: +yselivanov type: -> enhancement versions: +Python 3.7, Python 3.8 ___ Python tracker ___

[issue35749] Ignore exception if event loop wakeup pipe is full

2019-01-16 Thread Andrew Svetlov
New submission from Andrew Svetlov : Asyncio uses a pipe to wakeup event loop in cases of 1. Signal handlers (set_wakeup_fd) 2. Calling asyncio code from another thread In both cases, it sends b'\0' to the pipe to wake up a loop. If the pipe is full OSError is raised. asyncio logs these

[issue34148] Fatal error on SSL transport

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch, patch pull_requests: +11251, 11252 stage: -> patch review ___ Python tracker ___

[issue34148] Fatal error on SSL transport

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +11251 stage: -> patch review ___ Python tracker ___ ___

[issue34148] Fatal error on SSL transport

2019-01-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch, patch, patch pull_requests: +11251, 11252, 11253 stage: -> patch review ___ Python tracker ___

<    1   2