File: //usr/local/lib/python2.7/test/test_getargs.pyc
�
N��ac @ sj d Z d d l Z d d l Z d d l m Z d e j f d � � YZ d � Z e d k rf e � n d S( s�
Test the internal getargs.c implementation
PyArg_ParseTuple() is defined here.
The test here is not intended to test all of the module, just the
single case that failed between 2.1 and 2.2a2.
i����N( t test_supportt GetArgsTestc B s e Z d � Z RS( c C s) t d d � } | j t t j | � d S( Ns \222s unicode-escape( t unicodet assertRaisest UnicodeErrort marshalt loads( t selft arg( ( s- /usr/local/lib/python2.7/test/test_getargs.pyt test_with_marshal s ( t __name__t
__module__R ( ( ( s- /usr/local/lib/python2.7/test/test_getargs.pyR s c C s t j t � d S( N( R t run_unittestR ( ( ( s- /usr/local/lib/python2.7/test/test_getargs.pyt test_main s t __main__( t __doc__R t unittestt testR t TestCaseR R
R
( ( ( s- /usr/local/lib/python2.7/test/test_getargs.pyt <module> s