Replace getargspec with getfullargspec (#15396)
authorAshwin Ramaswami <aramaswamis@gmail.com>
Fri, 21 Dec 2018 17:37:25 +0000 (09:37 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 21 Dec 2018 17:40:33 +0000 (09:40 -0800)
commit614121c1ef6a34e7653f43cb9be89c28d6766b19
treee33b5c482398e0841d277c0d7e78e21f3cfc4a75
parent2b23ba8ef089392ab0d2d62cbe0ce53ba879b3bf
Replace getargspec with getfullargspec (#15396)

Summary:
Replace `getargspec` with `getfullargspec` to resolve test warnings. Fixes #15344 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15396

Differential Revision: D13529548

Pulled By: zou3519

fbshipit-source-id: 50d3be92423a9ce89bc4895b67569663e1abbaa6
test/common_utils.py