[issue37099] test_inspect generates DeprecationWarning

2019-05-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37099] test_inspect generates DeprecationWarning

2019-05-30 Thread miss-islington
miss-islington added the comment: New changeset 6d0b7470a4738a403ef48cfd50d9447e0f32f00c by Miss Islington (bot) (Xtreak) in branch 'master': bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679) https://github.com/python/cpython/commit/6d0b7470a4738a403ef48cfd50d9447e0f32f00c --

[issue37099] test_inspect generates DeprecationWarning

2019-05-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch pull_requests: +13567 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13679 ___ Python tracker ___

[issue37099] test_inspect generates DeprecationWarning

2019-05-30 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : In PR 13245 getfullargspec was undeprecated. But functions like getargspec and formatargspec still have deprecation warnings in code. As part of the PR code to ignore these warnings in test were also removed though the actual warning remains in L