Martin v. Löwis wrote:
> intellimi...@gmail.com wrote:
>> Is there a limit to the size or number of entries that a single 
>> dictionary can possess?
> 
> On a 32-bit system, the dictionary can have up to 2**31 slots,
> meaning that the maximum number of keys is slightly smaller
> (about 2**30).

Which, in practice, means that the size is limited by the available memory.

Stefan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to