[issue38429] Failed to compile with --enable-framework on macOS on master

2019-10-10 Thread Haruka Ma


Haruka Ma  added the comment:

I'm now getting double free on the same function:

https://pastebin.com/zHWCtTuV (with debug on)

--

___
Python tracker 
<https://bugs.python.org/issue38429>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38429] Failed to compile with --enable-framework on macOS on master

2019-10-10 Thread Haruka Ma


New submission from Haruka Ma :

Since commit 
https://github.com/python/cpython/commit/c02b41b1fb115c87693530ea6a480b2e15460424
 , some syntax errors are preventing cpython from compiling with 
--enable-framework on. 

Specifically, the errors are in Modules/getpath.c on line 1134 and 1165.

I've made some inline comments on github as well.

--
components: macOS
messages: 354348
nosy: Haruka Ma, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Failed to compile with --enable-framework on macOS on master
type: compile error
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue38429>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com