Re: [Python-Dev] cpython: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
On 21.02.15 20:04, steve.dower wrote:
https://hg.python.org/cpython/rev/307713759a62 changeset: 94720:307713759a62 parent: 94718:4f6f4aa0d80f user: Steve Dower <steve.dower@microsoft.com> date: Sat Feb 21 10:04:10 2015 -0800 summary: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
What about time_t_to_FILE_TIME?
Thanks! Fixed now. Cheers, Steve Top-posted from my Windows Phone ________________________________ From: Serhiy Storchaka<mailto:storchaka@gmail.com> Sent: 2/21/2015 14:14 To: python-dev@python.org<mailto:python-dev@python.org> Subject: Re: [Python-Dev] cpython: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat On 21.02.15 20:04, steve.dower wrote:
https://hg.python.org/cpython/rev/307713759a62 changeset: 94720:307713759a62 parent: 94718:4f6f4aa0d80f user: Steve Dower <steve.dower@microsoft.com> date: Sat Feb 21 10:04:10 2015 -0800 summary: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
What about time_t_to_FILE_TIME? _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/steve.dower%40microsoft.c...
Why does it do that? Top-posted from my Windows Phone ________________________________ From: Serhiy Storchaka<mailto:storchaka@gmail.com> Sent: 2/21/2015 22:57 To: python-dev@python.org<mailto:python-dev@python.org> Subject: Re: [Python-Dev] cpython: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat On 22.02.15 01:26, Steve Dower wrote:
Thanks! Fixed now.
Clinic removes the declaration of _Py_time_t_to_FILE_TIME. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/steve.dower%40microsoft.c...
Ah, that makes sense. Feel free to move it up a few lines (or into a header if that's preferred) if it's bothering you. Otherwise I can do it in about 6-8 hours. Cheers, Steve Top-posted from my Windows Phone ________________________________ From: Serhiy Storchaka<mailto:storchaka@gmail.com> Sent: 2/22/2015 7:29 To: python-dev@python.org<mailto:python-dev@python.org> Subject: Re: [Python-Dev] cpython: Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat On 22.02.15 16:12, Steve Dower wrote:
Why does it do that?
Because it is in the section of generated code. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/steve.dower%40microsoft.c...
participants (2)
-
Serhiy Storchaka
-
Steve Dower