先贴链接:ConstructsSupportedconstructs:conditionalbranch:if..elif..elseloops:while,for..in,break,continuebasicgenerator:yieldassertion:assertPartiallysupportedconstructs:exceptions:try..except,raise,else和finally(参见本节的详细信息)上下文管理器:with(仅支持numba.objmode())列表理解(参见本节的详细信息)不支持的构造:异步功能:asyncwith,asyncfor和asyncdefclass定义:类(@jitclass除外)集、字典和生成器理解生成器委托:yieldfrom如您所见,numba不支持字典!!!所以numba最大的缺点就是不支持dict
