glibc/conform
Joseph Myers 954cf3c29b Use tempfile.TemporaryDirectory in conform/glibcconform.py.
Now that we require Python 3.4 or later, Python code creating
temporary directories can use tempfile.TemporaryDirectory in "with" to
have the directory deleted automatically instead of needing to use
try/finally to handle removing a directory created with
tempfile.mkdtemp.  This patch does so in conform/glibcconform.py.

Tested for x86_64.

	* conform/glibcconform.py: Do not import shutil.
	(list_exported_functions): Use tempfile.TemporaryDirectory instead
	of mkdtemp.
2018-10-29 17:49:07 +00:00
..
data conform: XFAIL siginfo_t si_band test on sparc64 2018-10-25 14:36:57 +02:00
check-header-lists.sh Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
conformtest.pl conform/conformtest.pl: Escape literal braces in regular expressions 2018-07-06 16:31:55 +02:00
GlibcConform.pm Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
glibcconform.py Use tempfile.TemporaryDirectory in conform/glibcconform.py. 2018-10-29 17:49:07 +00:00
linknamespace.pl Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
list-header-symbols.py Replace conform/list-header-symbols.pl with a Python script. 2018-08-31 21:19:51 +00:00
Makefile Patch to require Python 3.4 or later to build glibc. 2018-10-29 15:28:05 +00:00