Pentagon Adds Tencent, CATL to a Blacklist Over Alleged Chinese Military Ties
itomcoil 2025-01-15 14:07 15 浏览
TMTPOST -- Two Chinese tech heavyweights called the Pentagon’s new blacklisting due to alleged ties to China’s military a mistake, and pledged to work together with U.S. government to address the mistake.
Credit:Xinhua News Agency
Tencent Holdings Ltd. said in a statement that the addition to the Pentagon’s blacklist was “clearly a mistake” as “we are not any defense supplier or military company.” “Unlike export controls or other issues, this listing has no impact on our business. Nevertheless, we will work with relevant US authorities to resolve misunderstandings,” the world’s largest video game vendor added.
Contemporary Amperex Technology Co. Ltd. (CATL) echoed Tencent’s clarification. The top battery manufacturer for lectric vehicles (EVs) in the world also described the U.S. Department of Defense’s move as a mistake, stating it is not engaged in any military related activities.
These Chinese companies made response after U.S. Department of Defense updated its list of entities identified as Chinese military companies operating in the United States in accordance with statutory requirement of Section 1260H of the National Defense Authorization Act for Fiscal Year 2021. The so-called Section 1260H list has expanded to 134 companies, according to a notice posted to the Federal Register. Tencent and CATL are among the most notable new names on the list.
Another new name on it, Quectel Wireless Solutions Co., Ltd, a Shanghai-based supplier of cellular IoT modules and antennas, does not work with the military in any country and will ask the Pentagon to reconsider its designation, which clearly has been made in error, a spokesperson of the company said.
The list also removed six entities, including AI developer Beijing Megvii Technology, China Railway Construction, China State Construction Group, and China Telecommunications, citing that they no longer meet the criteria for inclusion.
Updating the Section 1260H list of Chinese military companies is an important continuing effort in highlighting and countering China’s Military-Civil Fusion strategy, which supports the modernization goals of the People's Liberation Army (PLA) by ensuring it can acquire advanced technologies and expertise developed by PRC companies, universities, and research programs that appear to be civilian entities, according to the Department of Defense. It has said the U.S. government reserves the right to take additional actions on these entities under authorities other than section 1260H.
Being placed on the Section 1260H list does not impose immediate legal or economic restrictions, but the designation carries several significant implications as it could pressure the U.S. Treasury Department to impose restrictions, such as banning transactions or investments involving the listed companies. The listing can also trigger the U.S. Commerce Department's Bureau of Industry and Security (BIS) to add a listed company to its Entity List, which would block access of this company to American technologies, which includes advanced fab tools or software. Companies on the list may face face increased scrutiny in their operations, heightened due diligence requirements from partners, and potential disruptions in accessing international markets.
Blacklisitng by the Pentagon stirred investors’ selloff of Chinese companies and other China-exposed ones. The U.S.-traded shares of Tencent crashed as much as 9.8% before finishing 7.8% lower in over-the-counter trading on Monday. Amsterdam-traded Tencent’s largest shareholder, Naspers-controlled Prosus fell 7.3% in their worst day in more than a year.
相关推荐
- CentOS7服务器,这样搭建Tensorflow很快!我可以提前去吃饭了
-
CentOS7搭建Tensorflow框架凡是我相信的,我都做了;凡是我做了的事,都是全身心地投入去做的。WhateverIbelieved,Idid;andwhateverIdid,...
- python2.0和python3.0的区别(python2.7和3.7哪个好)
-
Python3.0是Python语言的一次重大升级,与Python2.x系列存在许多不兼容的改动。以下是两者核心区别的全面总结,按重要性和使用频率排序:一、最关键的破坏性变更特性Pyth...
- 体验无GIL的自由线程Python:Python 3.13 新特征之一
-
全局解释器锁(GIL,GlobalInterpreterLock)是Python中备受争议的特性之一。它的主要作用是确保Python是一种线程安全的编程语言,防止多个线程同时访问和修改同一...
- Python 3.8异步并发编程指南(python异步调用)
-
有效的提高程序执行效率的两种方法是异步和并发,Golang,node.js之所以可以有很高执行效率主要是他们的协程和异步并发机制。实际上异步和并发是每一种现代语言都在追求的特性,当然Python也不例...
- Python测试框架pytest入门基础(pytest框架搭建)
-
Pytest简介Pytestisamaturefull-featuredPythontestingtoolthathelpsyouwritebetterprograms.T...
- Python学不会来打我(8)字符串string类型深度解析
-
2025年全球开发者调查显示,90%的Python项目涉及字符串处理,而高效使用字符串可提升代码效率40%。本文系统拆解字符串核心操作,涵盖文本处理、数据清洗、模板生成等八大场景,助你掌握字符串编程精...
- windows使用pyenv安装多python版本环境
-
官方的介绍。pyenvletsyoueasilyswitchbetweenmultipleversionsofPython.It’ssimple,unobtrusive,an...
- Python 中 base64 编码与解码(Python 中 base64 编码与解码生成)
-
base64是经常使用的一种加密方式,在Python中有专门的库支持。本文主要介绍在Python2和Python3中的使用区别:在Python2环境:Python2.7.16(d...
- Python项目整洁的秘诀:深入理解__init__.py文件
-
当你发现项目中import语句越来越混乱时,问题可能出在缺少这个关键文件上作为一名Python开发者,我曾深陷项目结构混乱的困境。直到真正理解了__init__.py文件的价值,我的代码世界才变得井然...
- 如何把一个Python应用程序装进Docker
-
准备容器无处不在,但是如何在Docker容器中运行Python应用程序呢?这篇文章将告诉你怎么做!如果您想知道,这些示例需要Python3.x。在深入讨论容器之前,让我们进一步讨论一下我们想要封装的...
- python中数值比较大小的8种经典比较方法,不允许你还不知道
-
在Python中比较数值大小是基础但重要的操作。以下是8种经典比较方法及其应用场景,从基础到进阶的完整指南:1.基础比较运算符Python提供6种基础比较运算符:a,b=5,3...
- Python程序员必看3分钟掌握if语句10个神技,第5个99%的人不知道
-
同事因为写错一个if被开除?全网疯传的Python避坑指南,看完我连夜改了代码!一、新手必踩的3大天坑(附救命代码)技巧1:缩进踩坑事件ifTrue:print("这样写必报错!...
- 为什么Python里遍历字符串比列表慢?3个底层原因揭秘
-
用字符串处理文本时,你可能正悄悄浪费性能。在日常Python开发中,我们经常需要遍历字符串和列表。但你是否注意过,当处理海量数据时,遍历字符串的速度明显比列表慢?这背后隐藏着Python设计的深层逻辑...
- 记录Python3.7.4更新到Python.3.7.8
-
Python官网Python安装包下载下载文件名称运行后选择升级选项等待安装安装完毕打开IDLE使用Python...
- Python3中最常用的5种线程锁你会用吗
-
前言本章节将继续围绕threading模块讲解,基本上是纯理论偏多。对于日常开发者来讲很少会使用到本章节的内容,但是对框架作者等是必备知识,同时也是高频的面试常见问题。私信小编01即可获取大量Pyth...
- 一周热门
- 最近发表
-
- CentOS7服务器,这样搭建Tensorflow很快!我可以提前去吃饭了
- python2.0和python3.0的区别(python2.7和3.7哪个好)
- 体验无GIL的自由线程Python:Python 3.13 新特征之一
- Python 3.8异步并发编程指南(python异步调用)
- Python测试框架pytest入门基础(pytest框架搭建)
- Python学不会来打我(8)字符串string类型深度解析
- windows使用pyenv安装多python版本环境
- Python 中 base64 编码与解码(Python 中 base64 编码与解码生成)
- Python项目整洁的秘诀:深入理解__init__.py文件
- 如何把一个Python应用程序装进Docker
- 标签列表
-
- ps图案在哪里 (33)
- super().__init__ (33)
- python 获取日期 (34)
- 0xa (36)
- super().__init__()详解 (33)
- python安装包在哪里找 (33)
- linux查看python版本信息 (35)
- python怎么改成中文 (35)
- php文件怎么在浏览器运行 (33)
- eval在python中的意思 (33)
- python安装opencv库 (35)
- python div (34)
- sticky css (33)
- python中random.randint()函数 (34)
- python去掉字符串中的指定字符 (33)
- python入门经典100题 (34)
- anaconda安装路径 (34)
- yield和return的区别 (33)
- 1到10的阶乘之和是多少 (35)
- python安装sklearn库 (33)
- dom和bom区别 (33)
- js 替换指定位置的字符 (33)
- python判断元素是否存在 (33)
- sorted key (33)
- shutil.copy() (33)