mirror of git://sourceware.org/git/glibc.git
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. |
||
|---|---|---|
| .. | ||
| data | ||
| GlibcConform.pm | ||
| Makefile | ||
| check-header-lists.sh | ||
| conformtest.pl | ||
| glibcconform.py | ||
| linknamespace.pl | ||
| list-header-symbols.py | ||