plivo / plivoframework

Open Source Telephony Application Prototyping Framework
http://www.plivo.com/open-source/
Other
417 stars 180 forks source link

way to delete explictly request #109

Open pubyun opened 10 years ago

pubyun commented 10 years ago

commit dc453eb26f163fedc52b17728715ec56e989d663

    try:
        req = None
        del req
    except:
        pass

req = None then del None.

only need one of "req = None" or "del req".

i prefer to leave this duty for python itself. so we can revert commit dc453eb26