Julien Palard <julien+pyt...@palard.fr> added the comment:

Tested with:

    @memoize()
    def foo(x):
        raise Exception("From foo")


    for _ ∈ range(5):
        try:
            foo(42)
        except Exception as err:
            print(err)

using a python 3.5.4, 3.6.4, and master(13a6c09), and was unable to reproduce 
it, which version of Python are you using? How are you reproducing it?

----------
nosy: +mdk

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to