[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Python-modules-team] Bug#806334: kombu: FTBFS: ImportError: cannot import name '_uuid_generate_random'



Chris Lamb <lamby@debian.org> writes:
>       from uuid import UUID, uuid4 as _uuid4, _uuid_generate_random
>   ImportError: cannot import name '_uuid_generate_random'

I forwarded this upstream to https://github.com/celery/kombu/issues/543

Looks like Python 3.5.1rc1 dropped a symbol that was present in Python
3.5.0.

Don't think we can complain at Python though, looks like a private
symbol.

CCing debian-python list in case anybody else has more information on
why _uuid_generate_random disappeared.
-- 
Brian May <bam@debian.org>


Reply to: