[issue30279] Remove unused Python/thread_foobar.h

2017-05-05 Thread STINNER Victor

STINNER Victor added the comment:

I hope that your merged change will now make your work simpler ;-) I don't want 
to backport this change, so I close the issue.

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue30279] Remove unused Python/thread_foobar.h

2017-05-05 Thread STINNER Victor

STINNER Victor added the comment:


New changeset fdaeea620f8c78da89cddba4ab010c64535800e0 by Victor Stinner 
(Masayuki Yamamoto) in branch 'master':
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
https://github.com/python/cpython/commit/fdaeea620f8c78da89cddba4ab010c64535800e0


--

___
Python tracker 

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



[issue30279] Remove unused Python/thread_foobar.h

2017-05-05 Thread STINNER Victor

STINNER Victor added the comment:

Copy of my answer on the python-dev thread:

You can remove thread_foobar.h. I don't think that anyone still wants
to use this template. The other thread_*.h files can be used as
template as well.

Victor

--
nosy: +haypo

___
Python tracker 

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



[issue30279] Remove unused Python/thread_foobar.h

2017-05-05 Thread Masayuki Yamamoto

New submission from Masayuki Yamamoto:

Python/thread_foobar.h is the template code that is threading adaptation for 
new platforms, and it hasn't been used on actual platforms.  As a matter of 
fact, Python/thread_pthread.h and Python/thread_nt.h give concrete examples of 
adaptation, therefore, I think thread_foobar.h hasn't needed no more.  In 
addition, there was an issue that only changed thread_foobar.h to fix 
overlooking (issue21312).

python-dev: https://mail.python.org/pipermail/python-dev/2017-May/147840.html

--
components: Interpreter Core
messages: 293057
nosy: masamoto
priority: normal
severity: normal
status: open
title: Remove unused Python/thread_foobar.h
type: enhancement
versions: Python 3.7

___
Python tracker 

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