Ignore:
Timestamp:
05/30/25 17:37:04 (4 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Tags:
tip
Message:

context is used instead of cafile in urlopen()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r1047 r1191  
    11import os
     2import ssl
     3import certifi
    24
    35#-----------------------------------------------------------------------------
     
    4446
    4547    return newDict
     48
     49#-------------------------------------------------------------------------------
     50
     51sslContext = ssl.create_default_context(cafile = certifi.where())
Note: See TracChangeset for help on using the changeset viewer.