[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread miss-islington


miss-islington  added the comment:


New changeset 00e24cdca422f792b80016287562b6b3bccab239 by Miss Islington (bot) 
in branch '3.9':
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
https://github.com/python/cpython/commit/00e24cdca422f792b80016287562b6b3bccab239


--

___
Python tracker 

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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread miss-islington


miss-islington  added the comment:


New changeset dce86c230bb91722e84cd3618c1ee9cb55cc220f by Miss Islington (bot) 
in branch '3.8':
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
https://github.com/python/cpython/commit/dce86c230bb91722e84cd3618c1ee9cb55cc220f


--

___
Python tracker 

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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread miss-islington


Change by miss-islington :


--
pull_requests: +23128
pull_request: https://github.com/python/cpython/pull/24307

___
Python tracker 

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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +23127
pull_request: https://github.com/python/cpython/pull/24306

___
Python tracker 

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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread Benjamin Peterson


Benjamin Peterson  added the comment:


New changeset f7fa64f0e87edc61d990ed51b4da722906a10928 by Zackery Spytz in 
branch 'master':
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
https://github.com/python/cpython/commit/f7fa64f0e87edc61d990ed51b4da722906a10928


--
nosy: +benjamin.peterson
resolution:  -> fixed
stage: patch review -> 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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread Zackery Spytz


Change by Zackery Spytz :


--
keywords: +patch
pull_requests: +23126
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/24305

___
Python tracker 

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



[issue43011] DeprecationWarnings in test_ctypes

2021-01-23 Thread Zackery Spytz


New submission from Zackery Spytz :

./python -m test test_ctypes
0:00:00 load avg: 1.65 Run tests sequentially
0:00:00 load avg: 1.65 [1/1] test_ctypes
/home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:243: 
DeprecationWarning: invalid escape sequence \(
  self.assertRegex(repr(c_char_p.from_param(b'hihi')), "^$")
/home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:244: 
DeprecationWarning: invalid escape sequence \(
  self.assertRegex(repr(c_wchar_p.from_param('hihi')), "^$")

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.4 sec
Tests result: SUCCESS


These warnings were introduced in bpo-42938 / 
916610ef90a0d0761f08747f7b0905541f0977c7.

--
components: Tests, ctypes
messages: 385539
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: DeprecationWarnings in test_ctypes
versions: Python 3.10, Python 3.8, Python 3.9

___
Python tracker 

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