[issue33232] Segmentation fault in operator.attrgetter

2021-08-07 Thread Zachary Ware
Zachary Ware added the comment: 3.5 is now EOL, so this is definitely out of date :) -- stage: -> resolved status: pending -> closed ___ Python tracker ___

[issue33232] Segmentation fault in operator.attrgetter

2021-08-06 Thread Irit Katriel
Irit Katriel added the comment: If there will be no objections I will close this in a couple of weeks. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

[issue33232] Segmentation fault in operator.attrgetter

2018-09-22 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> larry ___ Python tracker ___ ___

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Ray Donnelly
Change by Ray Donnelly : -- nosy: +Ray Donnelly ___ Python tracker ___ ___

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Alexander Sturm
Alexander Sturm added the comment: As mentioned, the code is compiled correctly by VS2017 - both in 3.5.5 and 3.6.5. So I cannot reproduce the issue with Python 3.6.5. Would it be possible to switch the default platform toolset used to compile Python 3.5 in the next source

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Zachary Ware
Zachary Ware added the comment: Python 3.5 is in security-fix-only mode now, which means we won't be releasing any more binaries for it, and thus can't really do much about this other than possibly recommending that Windows users build with VS2017 instead of VS2015 in

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Alexander Sturm
Change by Alexander Sturm : Added file: https://bugs.python.org/file47522/annotated_dissasembly.txt ___ Python tracker ___

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Alexander Sturm
New submission from Alexander Sturm : This issue can be reproduced using Python 3.5.2 - 3.5.5 compiled with VS2015 (tested both the official Python builds as well as local builds using VS2015 Version 14.0.25431.01 Update 3) on 64-bit Windows. To reproduce, run the attached