[issue30626] "SystemError: returned NULL without setting an error" from open function

2017-06-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka type: behavior -> crash versions: +Python 3.5 ___ Python tracker ___ _

[issue30629] lower() is called twice

2017-06-10 Thread 成瀬基樹
New submission from 成瀬基樹: https://github.com/python/cpython/blob/master/Lib/html/parser.py#L415 elem is already lowercase string but call lower() for handle_endtag(). elem = match.group(1).lower() # script or style if self.cdata_elem is not None: if elem != self.cdata_elem: self.han

[issue30629] lower() is called twice

2017-06-10 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +2155 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

<    1   2